Skip to content

Commit 560c75c

Browse files
committed
removed npm-run-all dependency
as suggested by @moonglum: this appears to be unmaintained, but it's not really worth the encumbrance anyway
1 parent 85fefeb commit 560c75c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"main": "lib/index.js",
1919
"scripts": {
20-
"test": "npm-run-all lint --parallel test:unit test:cli",
20+
"test": "npm run lint && npm run test:unit && npm run test:cli",
2121
"test:cli": "./test/cli/run",
2222
"test:unit": "node --test ./test/unit/test_*.js",
2323
"lint": "eslint --cache --ext .js --ext .jsx ./lib ./bin/validate-dependencies ./test/unit ./samples ./pkg && echo ✓"
@@ -39,7 +39,6 @@
3939
"faucet-pipeline-jsx": "file:pkg/faucet-pipeline-jsx",
4040
"faucet-pipeline-typescript": "file:pkg/faucet-pipeline-typescript",
4141
"json-diff": "^1.0.6",
42-
"npm-run-all": "^4.1.5",
4342
"release-util-fnd": "^3.0.0"
4443
}
4544
}

0 commit comments

Comments
 (0)