We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819c04a commit c4b0bbeCopy full SHA for c4b0bbe
package.json
@@ -22,11 +22,11 @@
22
"test": "grunt"
23
},
24
"dependencies": {
25
- "grunt": "~0.4.2",
26
- "grunt-md2html": "~0.2.1",
27
- "grunt-contrib-connect": "~0.8.0",
28
- "grunt-contrib-cssmin": "~0.10.0",
29
- "grunt-contrib-uglify": "~0.6.0"
+ "grunt": "^1.4.0",
+ "grunt-contrib-connect": "^3.0.0",
+ "grunt-contrib-cssmin": "^4.0.0",
+ "grunt-contrib-uglify": "^5.0.1",
+ "grunt-md2html": "^0.5.1"
30
31
"engines": {
32
"node": ">=0.8.0"
0 commit comments