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

Commit

Permalink
Merge pull request #115 from watson-developer-cloud/fix-npm-start
Browse files Browse the repository at this point in the history
fix: Update start command in manifest
  • Loading branch information
germanattanasio authored Nov 19, 2018
2 parents 36c0d82 + c337a77 commit 618870b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 22 deletions.
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: discovery-news-demo-crawl-date
instances: 1
memory: 512M
command: npm start
command: node server.js
env:
DEMO_DEPLOY: 1

36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"express": "^4.16.4",
"express-rate-limit": "^2.14.2",
"express-secure-only": "^0.2.1",
"helmet": "^3.14.0",
"helmet": "^3.15.0",
"moment": "^2.17.1",
"morgan": "^1.9.1",
"prop-types": "^15.5.10",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"recharts": "^0.20.2",
"watson-developer-cloud": "^3.12.0",
"watson-developer-cloud": "^3.13.0",
"watson-react-components": "^0.6.17"
},
"devDependencies": {
Expand Down

0 comments on commit 618870b

Please sign in to comment.