Skip to content

Commit

Permalink
update version of node.js to v6 (LTS) fixes #71
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed May 3, 2017
1 parent ffeea19 commit e3c83e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,3 +1,4 @@
language: node_js
node_js:
- 0.10
- 6
- 7
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "learn-json-web-tokens",
"version": "1.0.4",
"version": "1.0.5",
"description": "A JSON Web Tokens Tutorial to secure your node.js apps!",
"main": "server.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/nelsonic/learn-json-web-tokens.git"
"url": "https://github.com/dwyl/learn-json-web-tokens.git"
},
"keywords": [
"JSON",
Expand All @@ -25,9 +25,9 @@
"author": "@nelsonic <contact.nelsonic@gmail.com> (https://github.com/nelsonic)",
"license": "ISC",
"bugs": {
"url": "https://github.com/nelsonic/learn-json-web-tokens/issues"
"url": "https://github.com/dwyl/learn-json-web-tokens/issues"
},
"homepage": "https://github.com/nelsonic/learn-json-web-tokens",
"homepage": "https://github.com/dwyl/learn-json-web-tokens",
"dependencies": {
"jsonwebtoken": "^7.0.0",
"level": "^1.3.0"
Expand All @@ -42,7 +42,7 @@
"tape": "^4.0.1"
},
"engines": {
"node": ">= 0.8"
"node": ">= 6"
},
"pre-commit": [
"jshint",
Expand Down

0 comments on commit e3c83e4

Please sign in to comment.