Skip to content

Commit

Permalink
npm package.json dependencies should specify non-breaking versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
brentlintner committed Apr 4, 2012
1 parent 897db69 commit 7a90302
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
Expand Up @@ -24,8 +24,8 @@
"lib"
],
"dependencies": {
"argsparser": ">=0.0.3",
"minimatch": ">=0.0.4"
"argsparser": "0.0.x",
"minimatch": "0.0.x"
},
"devDependencies": {
"jasmine-node": "1.0.7"
Expand Down

0 comments on commit 7a90302

Please sign in to comment.