Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Do not assume new versions are back compatible.
  • Loading branch information
dmethvin committed Dec 19, 2012
1 parent c928ed4 commit 92001a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -24,8 +24,8 @@
"dependencies": {},
"devDependencies": {
"grunt-compare-size": "~0.2.0",
"grunt-git-authors": ">=1.0.0",
"grunt-update-submodules": ">=0.1.2",
"grunt-git-authors": "=1.0.0",
"grunt-update-submodules": "=0.1.2",
"grunt": "~0.3.17",
"testswarm": "0.2.2"
},
Expand Down

0 comments on commit 92001a3

Please sign in to comment.