Fix name of server process

This commit is contained in:
Brandon Keepers 2016-09-17 11:03:19 -05:00
parent 7b8e8344a8
commit 03feb13534
No known key found for this signature in database
GPG Key ID: F9533396D5FACBF6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"description": "a trainable robot that responds to activity on GitHub",
"main": "index.js",
"scripts": {
"run": "node server.js",
"start": "node server.js",
"lint": "xo",
"test": "mocha",
"ci": "npm test && npm run lint"