Browse Source

Merge branch 'hotfix/0.7.1' into develop

feature/nested-cache-fetch-fix
Bryan Donovan 11 years ago
parent
commit
58b08378f9
  1. 3
      History.md
  2. 5
      README.md
  3. 2
      package.json

3
History.md

@ -1,3 +1,6 @@
- 0.7.1 2014-06-15
Adding link to Express.js cache-manager example app
- 0.7.0 2014-06-15 - 0.7.0 2014-06-15
Bumping package versions, mostly devDependencies Bumping package versions, mostly devDependencies

5
README.md

@ -19,6 +19,11 @@ priority cache(s) first.
[istanbul](https://github.com/yahoo/istanbul), and [sinon](http://sinonjs.org). [istanbul](https://github.com/yahoo/istanbul), and [sinon](http://sinonjs.org).
## Express.js Example
See the [Express.js cache-manager example app](https://github.com/BryanDonovan/node-cache-manager-express-example) to see how to use
``node-cache-manager`` in your applications.
## Installation ## Installation
npm install cache-manager npm install cache-manager

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "cache-manager", "name": "cache-manager",
"version": "0.7.0", "version": "0.7.1",
"description": "Cache module for Node.js", "description": "Cache module for Node.js",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

Loading…
Cancel
Save