Skip to content

Commit

Permalink
Stable Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Dec 30, 2015
1 parent f6e5736 commit 0d6ccd8
Show file tree
Hide file tree
Showing 12 changed files with 585 additions and 722 deletions.
33 changes: 0 additions & 33 deletions .jshintrc

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##### 1.3.0 - 30 December 2015

###### Bug fixes
- #1 - Really fixed this time

##### 1.2.0 - 12 October 2015

###### Backwards compatible API changes
Expand Down
134 changes: 0 additions & 134 deletions Gruntfile.js

This file was deleted.

8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## cachefactory [![bower version](https://img.shields.io/bower/v/cachefactory.svg?style=flat-square)](https://www.npmjs.org/package/cachefactory) [![npm version](https://img.shields.io/npm/v/cachefactory.svg?style=flat-square)](https://www.npmjs.org/package/cachefactory) [![Circle CI](https://img.shields.io/circleci/project/jmdobry/cachefactory/master.svg?style=flat-square)](https://circleci.com/gh/jmdobry/cachefactory/tree/master) [![npm downloads](https://img.shields.io/npm/dm/cachefactory.svg?style=flat-square)](https://www.npmjs.org/package/cachefactory) [![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/jmdobry/cachefactory/blob/master/LICENSE)
# cachefactory

[![bower version](https://img.shields.io/bower/v/cachefactory.svg?style=flat-square)](https://www.npmjs.org/package/cachefactory)
[![npm version](https://img.shields.io/npm/v/cachefactory.svg?style=flat-square)](https://www.npmjs.org/package/cachefactory)
[![Circle CI](https://img.shields.io/circleci/project/jmdobry/cachefactory/master.svg?style=flat-square)](https://circleci.com/gh/jmdobry/cachefactory/tree/master)
[![npm downloads](https://img.shields.io/npm/dm/cachefactory.svg?style=flat-square)](https://www.npmjs.org/package/cachefactory)
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/jmdobry/cachefactory/blob/master/LICENSE)

CacheFactory is a very simple and useful cache.

Expand Down
16 changes: 9 additions & 7 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
dependencies:
pre:
- bower install
cache_directories:
- "bower_components"
machine:
node:
version: 4.1.0
test:
post:
- grunt coveralls || true
override:
- npm run ci
general:
artifacts:
- "dist"
- "coverage"
Loading

0 comments on commit 0d6ccd8

Please sign in to comment.