Skip to content

Commit

Permalink
Use main field of package.json automatically from Nodemon to better u…
Browse files Browse the repository at this point in the history
…sage of Node flags
  • Loading branch information
talyssonoc committed Apr 11, 2017
1 parent 91ddc22 commit 0416b3d
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 @@ -8,7 +8,7 @@
},
"scripts": {
"start": "node cluster.js",
"dev": "cross-env NODE_PATH=. NODE_ENV=development nodemon index.js",
"dev": "cross-env NODE_PATH=. NODE_ENV=development nodemon",
"test": "cross-env NODE_PATH=. NODE_ENV=test mocha",
"coverage": "cross-env NODE_PATH=. NODE_ENV=test istanbul cover node_modules/mocha/bin/_mocha",
"lint": "eslint {src,test,config}/**/*.js",
Expand Down

0 comments on commit 0416b3d

Please sign in to comment.