Update versions to node 8
This commit is contained in:
parent
44c64d4f05
commit
bdcff47ba4
4 changed files with 3043 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:6-alpine
|
FROM node:8-alpine
|
||||||
|
|
||||||
RUN mkdir -p /public
|
RUN mkdir -p /public
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
machine:
|
machine:
|
||||||
node:
|
node:
|
||||||
version: 6.11.0
|
version: 8.9.4
|
||||||
|
|
3039
package-lock.json
generated
Normal file
3039
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -15,7 +15,7 @@
|
||||||
"lint": "tslint src/**/*.ts --type-check --project tsconfig.json"
|
"lint": "tslint src/**/*.ts --type-check --project tsconfig.json"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "6.9.4"
|
"node": "8.9.4"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Reference in a new issue