We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1896fa4 commit deea5c4Copy full SHA for deea5c4
package.json
@@ -16,12 +16,13 @@
16
"test": "grunt test"
17
},
18
"devDependencies": {
19
- "grunt-neuter": "~0.6.0",
20
"grunt-banner": "*",
21
- "grunt-contrib-uglify": "~0.2.4",
22
- "grunt-text-replace": "~0.3.8",
23
"grunt-bump": "0.0.13",
24
"grunt-contrib-copy": "~0.5.0",
25
- "grunt-contrib-watch": "~0.5.3"
+ "grunt-contrib-uglify": "~0.2.4",
+ "grunt-contrib-watch": "~0.5.3",
+ "grunt-neuter": "~0.6.0",
+ "grunt-text-replace": "~0.3.8",
26
+ "karma-phantomjs-launcher": "^0.1.4"
27
}
28
0 commit comments