We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c9bcc2 commit 5c6f0beCopy full SHA for 5c6f0be
1 file changed
package.json
@@ -29,15 +29,14 @@
29
"typescript"
30
],
31
"devDependencies": {
32
- "grunt": "~0.4.1",
33
- "grunt-contrib-concat": "~0.3.0",
34
- "grunt-contrib-connect": "~0.5.0",
35
- "grunt-contrib-copy": "~0.5.0",
36
- "grunt-contrib-clean": "~0.5.0",
+ "grunt": "^0.4.1",
+ "grunt-contrib-clean": "^0.5.0",
+ "grunt-contrib-concat": "^0.4.0",
+ "grunt-contrib-connect": "^0.7.1",
+ "grunt-contrib-copy": "^0.5.0",
37
"grunt-contrib-jshint": "^0.9.2",
38
- "grunt-contrib-uglify": "~0.3.3",
39
- "lodash": "~2.2.1",
40
- "grunt-text-replace": "~0.3.11",
+ "grunt-contrib-uglify": "^0.4.0",
+ "grunt-text-replace": "^0.3.11",
41
"load-grunt-config": "~0.8.0-beta.1"
42
}
43
0 commit comments