Skip to content
This repository was archived by the owner on Nov 24, 2020. It is now read-only.

Commit 618870b

Browse files
Merge pull request #115 from watson-developer-cloud/fix-npm-start
fix: Update start command in manifest
2 parents 36c0d82 + c337a77 commit 618870b

File tree

4 files changed

+21
-22
lines changed

4 files changed

+21
-22
lines changed

Procfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: discovery-news-demo-crawl-date
22
instances: 1
33
memory: 512M
4-
command: npm start
4+
command: node server.js
55
env:
66
DEMO_DEPLOY: 1
77

package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
"express": "^4.16.4",
3535
"express-rate-limit": "^2.14.2",
3636
"express-secure-only": "^0.2.1",
37-
"helmet": "^3.14.0",
37+
"helmet": "^3.15.0",
3838
"moment": "^2.17.1",
3939
"morgan": "^1.9.1",
4040
"prop-types": "^15.5.10",
4141
"react": "^15.4.2",
4242
"react-dom": "^15.4.2",
4343
"recharts": "^0.20.2",
44-
"watson-developer-cloud": "^3.12.0",
44+
"watson-developer-cloud": "^3.13.0",
4545
"watson-react-components": "^0.6.17"
4646
},
4747
"devDependencies": {

0 commit comments

Comments
 (0)