Skip to content

Commit d55826b

Browse files
committed
Bump all the dependency version numbers to get "npm install" to work again.
Avoids errors about "node-gyp".
1 parent 83383aa commit d55826b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"version": "0.6.1",
44
"description": "AMD plugins for RequireJS",
55
"devDependencies": {
6-
"grunt": "~0.4.1",
7-
"grunt-contrib-clean": "0.6.x",
8-
"grunt-contrib-jshint": "~0.6.0",
9-
"grunt-jsbeautifier": "~0.2.2",
10-
"requirejs": "~2.1.10",
6+
"grunt": "1.0.x",
7+
"grunt-contrib-clean": "2.0.x",
8+
"grunt-contrib-jshint": "2.1.x",
9+
"grunt-jsbeautifier": "0.2.x",
10+
"requirejs": "2.1.x",
1111
"intern": "2.1.x",
12-
"grunt-lineending": "^0.2.2",
13-
"jsdom": "^3.1.2"
12+
"grunt-lineending": "1.0.x",
13+
"jsdom": "15.1.x"
1414
},
1515
"licenses": [
1616
{

0 commit comments

Comments
 (0)