Skip to content

Commit 30dc942

Browse files
committed
updated nmp dependencies
1 parent 6863650 commit 30dc942

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
"node": ">= 0.10.0"
1717
},
1818
"dependencies": {
19-
"grunt": "^0.4.5",
20-
"load-grunt-tasks": "^0.6.0"
19+
"grunt": "^1.6.1",
20+
"load-grunt-tasks": "^5.1.0"
2121
},
2222
"devDependencies": {
23-
"grunt-contrib-clean": "~0.5.0",
24-
"grunt-markdown": "~0.4.0",
25-
"grunt-contrib-less": "~0.8.3",
26-
"grunt-contrib-uglify": "~0.2.4",
27-
"grunt-contrib-watch": "~0.5.3",
28-
"grunt-phpunit": "~0.3.3",
29-
"grunt-shell": "~0.6.0",
30-
"grunt-json-minify": "~0.4.0"
23+
"grunt-contrib-clean": "~2.0.1",
24+
"grunt-markdown": "~0.7.0",
25+
"grunt-contrib-less": "~3.0.0",
26+
"grunt-contrib-uglify": "~5.2.2",
27+
"grunt-contrib-watch": "~1.1.0",
28+
"grunt-phpunit": "~0.3.6",
29+
"grunt-shell": "~4.0.0",
30+
"grunt-json-minify": "~1.1.0"
3131
}
3232
}

0 commit comments

Comments
 (0)