Skip to content

Commit 54d9afa

Browse files
committed
0.0.14
1 parent 2fb97eb commit 54d9afa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "better-npm-run",
33
"description": "Better NPM scripts runner",
4-
"version": "0.0.13",
4+
"version": "0.0.14",
55
"license": "MIT",
66
"author": "Benjamin Orozco <[email protected]>",
77
"contributors": [
@@ -24,7 +24,7 @@
2424
"test:command:object": "node index.js test:command:object",
2525
"test:command:string": "node index.js test:command:string",
2626
"test:silent": "node index.js test:command:object -s && node index.js test:command:object --silent",
27-
"test": "npm run test:env && npm run test:env-extend && npm run test:params && npm run test:command:object && npm run test:command:string"
27+
"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"
2828
},
2929
"dependencies": {
3030
"dotenv": "^2.0.0",

0 commit comments

Comments
 (0)