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 5f3af55 commit bc96ad2
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",
"version": "1.7.1",
"version": "1.7.2",
"description": "Superagent with flexible built-in caching.",
"main": "superagentCache.js",
"dependencies": {
"superagent": "1.7.2",
"cache-service-cache-module": "1.2.4"
"cache-service-cache-module": "1.x"
},
"devDependencies": {
"es6-promise": "3.0.2",
Expand Down

0 comments on commit bc96ad2

Please sign in to comment.