Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fix #2 package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pierlag committed Oct 23, 2015
1 parent e469579 commit 8170e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"build-client": "gulp --gulpfile=./Plugins/gulpfile.js --cwd=./Plugins",
"build": "npm run build-server && npm run build-client",
"prepublish": "npm run build",
"start": "node ./Server/server.js"
"start": "node server.js"
},
"bin": {
"vorlon": "./bin/vorlon"
Expand Down

0 comments on commit 8170e54

Please sign in to comment.