Skip to content

Commit

Permalink
specify node LTS v8, remove node-config and upgrade nconf in package.…
Browse files Browse the repository at this point in the history
…json
  • Loading branch information
vikoivun committed Nov 27, 2017
1 parent 3b95d45 commit 671170b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
"author": "Juha Yrjölä <[email protected]>",
"repository": "github:City-of-Helsinki/linkedevents-ui",
"scripts": {
"start": "SESSIONSECRET=WHADAP node dev_server",
"start": "NODE_ENV=development node server",
"production": "NODE_ENV=production node server",
"build": "NODE_ENV=production webpack -p --config config/webpack/prod.js",
"testing": "NODE_ENV=production APP_MODE=testing webpack -p --config config/webpack/prod.js"
},
"engines": {
"node": "~8"
},
"dependencies": {
"app-module-path": "^1.0.5",
"babel-polyfill": "^6.3.14",
Expand Down Expand Up @@ -37,7 +40,7 @@
"material-ui": "^0.14.0",
"moment": "^2.13.0",
"moment-timezone": "^0.4.1",
"nconf": "^0.8.2",
"nconf": "^0.9.1",
"passport": "^0.3.2",
"passport-helsinki": "https://github.com/City-of-Helsinki/passport-helsinki.git",
"progress": "^1.1.8",
Expand Down Expand Up @@ -75,7 +78,6 @@
"cjsx-loader": "^2.1.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"config": "^1.17.1",
"css-loader": "^0.23.0",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.16.0",
Expand Down

0 comments on commit 671170b

Please sign in to comment.