archive
/
tstatic
Archived
1
Fork 0

Update versions to node 8

This commit is contained in:
Jake Howard 2018-01-28 11:10:42 +00:00
parent 44c64d4f05
commit bdcff47ba4
Signed by: jake
GPG Key ID: 57AFB45680EDD477
4 changed files with 3043 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM node:6-alpine
FROM node:8-alpine
RUN mkdir -p /public
@ -17,4 +17,4 @@ RUN npm run build
CMD npm start -- /public
EXPOSE 5000
EXPOSE 5000

View File

@ -1,3 +1,3 @@
machine:
node:
version: 6.11.0
version: 8.9.4

3039
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@
"lint": "tslint src/**/*.ts --type-check --project tsconfig.json"
},
"engines": {
"node": "6.9.4"
"node": "8.9.4"
},
"repository": {
"type": "git",