UPDATED bin paths to node.
UPDATED to v0.3.1.
This commit is contained in:
parent
0f1b458806
commit
77e8add309
2
bin/www
2
bin/www
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/nodejs
|
||||
#!/usr/bin/node
|
||||
var debug = require('debug')('my-application');
|
||||
var app = require('../app');
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/home/sysop/.nvm/versions/node/v8.9.4/bin/node
|
||||
#!/usr/bin/node
|
||||
var debug = require('debug')('my-application');
|
||||
var app = require('../app');
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mysticbits/codex-mythica",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "nodejs ./bin/www"
|
||||
|
Loading…
Reference in New Issue
Block a user