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 ab88328 commit edcf0e1Copy full SHA for edcf0e1
.travis.yml
@@ -1,5 +1,5 @@
1
language: node_js
2
node_js:
3
- - "0.10"
+ - "6.4.0"
4
before_install: npm install -g grunt-cli
5
install: npm install
package.json
@@ -33,7 +33,7 @@
33
"devDependencies": {
34
"grunt": "^0.4.4",
35
"grunt-bump": "0.0.13",
36
- "grunt-docco": "^0.3.3",
+ "grunt-docco": "^0.5.0",
37
"grunt-jasmine-node": "^0.2.1",
38
"coffeescript": "^2.3.2",
39
"grunt-jslint": "^1.1.8",
0 commit comments