We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5636283 + a5be3bd commit 12bfef7Copy full SHA for 12bfef7
.npmignore
@@ -0,0 +1,4 @@
1
+.*
2
+Gruntfile.*
3
+/node_modules
4
+/test
.travis.yml
@@ -0,0 +1,3 @@
+language: node_js
+node_js:
+ - 0.10
package.json
@@ -37,12 +37,13 @@
37
},
38
"devDependencies": {
39
"grunt": "latest",
40
+ "grunt-cli": "latest",
41
"nodeunit": "latest",
42
"grunt-contrib-jshint": "latest",
43
"grunt-contrib-nodeunit": "latest",
44
"grunt-contrib-watch": "latest"
45
46
"scripts": {
- "test": "grunt"
47
+ "test": "node_modules/.bin/grunt nodeunit"
48
}
49
0 commit comments