Skip to content

Commit 92001a3

Browse files
committed
Do not assume new versions are back compatible.
1 parent c928ed4 commit 92001a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"dependencies": {},
2525
"devDependencies": {
2626
"grunt-compare-size": "~0.2.0",
27-
"grunt-git-authors": ">=1.0.0",
28-
"grunt-update-submodules": ">=0.1.2",
27+
"grunt-git-authors": "=1.0.0",
28+
"grunt-update-submodules": "=0.1.2",
2929
"grunt": "~0.3.17",
3030
"testswarm": "0.2.2"
3131
},

0 commit comments

Comments
 (0)