Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Relative pin to `cache-service-cache-module` to prevent unnecessary future releases.
  • Loading branch information
Joe Podwys authored Jan 9, 2017
1 parent 13c17a9 commit 5c59f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "superagent-cache-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "Superagent with flexible built-in caching.",
"main": "index.js",
"devDependencies": {
"superagent": "1.7.2",
"cache-service-cache-module": "1.2.4",
"cache-service-cache-module": "1.x",
"es6-promise": "3.0.2",
"expect": "1.6.0",
"express": "3.4.3",
Expand Down

0 comments on commit 5c59f9f

Please sign in to comment.