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 4baae6c commit 0a6673bCopy full SHA for 0a6673b
package.json
@@ -26,15 +26,15 @@
26
},
27
"devDependencies": {
28
"grunt": "~0.4.4",
29
- "grunt-contrib-uglify": "~0.4.0",
30
- "grunt-contrib-less": "~0.11.0",
31
- "grunt-contrib-watch": "~0.6.1",
32
- "grunt-banner": "~0.2.2",
+ "grunt-banner": "^0.2.3",
+ "grunt-bump": "0.0.13",
+ "grunt-contrib-connect": "~0.7.1",
33
"grunt-contrib-copy": "~0.5.0",
34
"grunt-contrib-jshint": "~0.10.0",
35
- "grunt-bump": "0.0.13",
36
- "load-grunt-tasks": "~0.4.0",
37
- "grunt-contrib-connect": "~0.7.1"
+ "grunt-contrib-less": "^0.11.4",
+ "grunt-contrib-uglify": "^0.4.1",
+ "grunt-contrib-watch": "~0.6.1",
+ "load-grunt-tasks": "~0.4.0"
38
39
"scripts": {
40
"postinstall": "bower install"
0 commit comments