Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JackEdwardLyons committed Nov 5, 2017
1 parent 05413bd commit c5fc27b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions now
@@ -0,0 +1,2 @@
"$basedir/node_modules/now/download/dist/now" "$@"
exit $?
1 change: 1 addition & 0 deletions now.cmd
@@ -0,0 +1 @@
@"%~dp0\node_modules\now\download\dist\now" %*
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -5,8 +5,8 @@
"author": "Jack Lyons <jack.edward.lyons@gmail.com>",
"private": true,
"scripts": {
"dev": "node build/server.js",
"start": "node build/server.js",
"dev": "node build/dev-server.js",
"start": "node server.js",
"build": "node build/build.js"
},
"dependencies": {
Expand Down

0 comments on commit c5fc27b

Please sign in to comment.