Skip to content

Commit

Permalink
chore(package): add node start
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Marton committed Jun 23, 2017
1 parent f1cbe05 commit 0c9bd51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"main": "src",
"description": "Prometheus example",
"author": "RisingStack, Inc.",
"scripts": {
"start": "node src"
},
"dependencies": {
"express": "4.15.3",
"prom-client": "9.1.1"
Expand All @@ -29,5 +32,5 @@
"bugs": {
"url": "https://github.com/RisingStack/example-prometheus-nodejs/issues"
},
"homepage": "https://github.com/RisingStack/example-prometheus-nodejs#readme",
"homepage": "https://github.com/RisingStack/example-prometheus-nodejs#readme"
}

0 comments on commit 0c9bd51

Please sign in to comment.