Skip to content

Commit

Permalink
0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
benoror committed Jan 8, 2017
1 parent 2fb97eb commit 54d9afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "better-npm-run",
"description": "Better NPM scripts runner",
"version": "0.0.13",
"version": "0.0.14",
"license": "MIT",
"author": "Benjamin Orozco <[email protected]>",
"contributors": [
Expand All @@ -24,7 +24,7 @@
"test:command:object": "node index.js test:command:object",
"test:command:string": "node index.js test:command:string",
"test:silent": "node index.js test:command:object -s && node index.js test:command:object --silent",
"test": "npm run test:env && npm run test:env-extend && npm run test:params && npm run test:command:object && npm run test:command:string"
"test": "npm run test:env && npm run test:env-extend && npm run test:params && npm run test:command:object && npm run test:command:string && npm run test:silent"
},
"dependencies": {
"dotenv": "^2.0.0",
Expand Down

0 comments on commit 54d9afa

Please sign in to comment.