Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Commit

Permalink
Updating Node and NPM requirements in package + travis to work with D…
Browse files Browse the repository at this point in the history
…ockerfile node versions (6.x has incremented)
  • Loading branch information
James9074 committed Aug 15, 2017
1 parent 082289c commit 4dfb0c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: node_js
dist: trusty
sudo: false
node_js:
- "6.11.1"
- "6.11.2"
env:
- NODE_ENV=travis TRAVIS=travis CXX=g++-4.8
services:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -13,8 +13,8 @@
"url": "https://github.com/whitef0x0/tellform.git"
},
"engines": {
"node": "6.11.1",
"npm": "3.3.6"
"node": "6.11.2",
"npm": "3.10.10"
},
"scripts": {
"addcontrib": "all-contributors add",
Expand Down

0 comments on commit 4dfb0c2

Please sign in to comment.