Update node.js version in package.json

This commit is contained in:
Pedro Pombeiro 2018-01-19 16:24:26 +01:00
parent 4026db0b15
commit dc0dd954a4
No known key found for this signature in database
GPG Key ID: A65DEB11E4BBC647
2 changed files with 472 additions and 385 deletions

855
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -26,6 +26,6 @@
"jwt-simple": "^0.5.1"
},
"engines": {
"node": "0.10.x"
"node": "9.x.x"
}
}