Skip to content

Commit edcf0e1

Browse files
committed
Fixing node version used for const in strict mode
(this is for travis error in github)
1 parent ab88328 commit edcf0e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js:
3-
- "0.10"
3+
- "6.4.0"
44
before_install: npm install -g grunt-cli
55
install: npm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"grunt": "^0.4.4",
3535
"grunt-bump": "0.0.13",
36-
"grunt-docco": "^0.3.3",
36+
"grunt-docco": "^0.5.0",
3737
"grunt-jasmine-node": "^0.2.1",
3838
"coffeescript": "^2.3.2",
3939
"grunt-jslint": "^1.1.8",

0 commit comments

Comments
 (0)