Skip to content

Commit

Permalink
#385: Update node version to 6, and set npm version (#398)
Browse files Browse the repository at this point in the history
* #385: Update node version to 6, and set npm version

* fix typo
  • Loading branch information
subsidel authored and AlexChesters committed Sep 26, 2016
1 parent fe74539 commit 96cf503
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,6 +2,6 @@ sudo: false
cache: node_modules
language: node_js
node_js:
- "0.10"
- "6"
before_install:
- npm install grunt-cli -g
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -13,6 +13,9 @@
"config": "./config",
"static": "./static/script"
},
"engines" : {
"npm" : "~3.10.3"
},
"devDependencies": {
"eslint-plugin-jasmine": "^1.6.0",
"eslint-plugin-requirejs": "^0.6.0",
Expand Down

0 comments on commit 96cf503

Please sign in to comment.