Skip to content

Commit

Permalink
Use npm-shrinkwrap instead of “npm shrinkwrap” to get consistent “res…
Browse files Browse the repository at this point in the history
…olved” fields.
  • Loading branch information
pahen committed Feb 24, 2015
1 parent f6c8ef4 commit 082abcb
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 82 deletions.
123 changes: 42 additions & 81 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"node >= 0.8.0"
],
"scripts": {
"test": "grunt"
"test": "grunt",
"shrinkwrap": "npm-shrinkwrap"
},
"dependencies": {
"amdetective": "0.0.2",
Expand All @@ -47,6 +48,7 @@
"grunt-contrib-jshint": "0.10.0",
"grunt-mocha-test": "0.10.2",
"grunt-release": "0.7.0",
"npm-shrinkwrap": "5.2.0",
"should": "*"
},
"main": "./lib/madge",
Expand Down

0 comments on commit 082abcb

Please sign in to comment.