Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
updating to use default
Browse files Browse the repository at this point in the history
  • Loading branch information
phutchins committed Oct 25, 2017
1 parent 1837dc1 commit 74dc5df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
"testsuite": "STORJ_ALLOW_LOOPBACK=1 NODE_ENV=test ./node_modules/.bin/_mocha --recursive test/**",
"coverage": "STORJ_ALLOW_LOOPBACK=1 NODE_ENV=test ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --recursive",
"linter": "./node_modules/.bin/eslint ./index.js ./lib ./test",
"start-dev": "NODE_ENV=development nodemon ./bin/storj-billing.js",
"start-prod": "NODE_ENV=production node ./bin/storj-billing.js",
"start": "if [[ ${NODE_ENV} == \"development\" ]]; then npm run start:dev; else npm run start:prod; fi",
"start:dev": "NODE_ENV=development nodemon ./bin/storj-billing.js",
"start:prod": "NODE_ENV=production node ./bin/storj-billing.js",
"test": "npm run testsuite"
},
"repository": {
Expand Down

0 comments on commit 74dc5df

Please sign in to comment.