Skip to content

Commit

Permalink
Setup build scripts in package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan B. Harvey committed Nov 10, 2017
1 parent 465182f commit 604a29f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "nola311-app",
"version": "0.0.1",
"main": "server.js",
"scripts": {
"test": "echo \"Write some tests!\"",
"start": "npm start server.js"
},
"dependencies": {
"bluebird": "^3.3.4",
"body-parser": "~1.15.2",
Expand Down

0 comments on commit 604a29f

Please sign in to comment.