Merge pull request #128 from danger89/patch-1

Support npm start
This commit is contained in:
Bryan Ashby 2017-10-27 13:51:01 -06:00 committed by GitHub
commit cdeff5124f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
"description": "ENiGMA½ Bulletin Board System",
"author": "Bryan Ashby <bryan@l33t.codes>",
"license": "BSD-2-Clause",
"scripts": {
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/NuSkooler/enigma-bbs.git"