Skip to content

Commit

Permalink
moved to node 6.9, ignore .vscode files
Browse files Browse the repository at this point in the history
  • Loading branch information
yohny committed Nov 12, 2016
1 parent eec27e5 commit d7b3b64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ npm-debug.log
node_modules
/nbproject/private/
.idea/
*.iml
*.iml
.vscode
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sudo: false
language: node_js
node_js:
- "4.2"
- "6.9"
deploy:
provider: azure_web_apps
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"url": "https://github.com/at11/at11/issues"
},
"engines":{
"node": "4.2.x"
"node": "6.9.x"
},
"license": "SEE LICENSE IN LICENSE",
"main": "app.js"
Expand Down

0 comments on commit d7b3b64

Please sign in to comment.