Renamed app start script

This commit is contained in:
Björn Dahlgren 2014-07-26 10:34:24 +02:00
parent 7e18315fdc
commit 5a2671a6d8
2 changed files with 3 additions and 0 deletions

View File

View File

@ -3,6 +3,9 @@
"description": "ArmA3 Server Management Backbone.js App",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "3.x",
"slug": "~0.4.0",