Skip to content

Commit 988ff27

Browse files
committed
Adjust package.json to other faucet projects
1 parent 66ca232 commit 988ff27

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "Static Asset Pipeline",
55
"main": "lib/index.js",
66
"scripts": {
7-
"test": "eslint --cache lib && ./test/run && echo ✓"
7+
"test": "npm-run-all --parallel lint test:cli",
8+
"test:cli": "./test/run",
9+
"lint": "eslint --cache lib test && echo ✓"
810
},
911
"repository": {
1012
"type": "git",
@@ -15,14 +17,15 @@
1517
"bugs": {
1618
"url": "https://github.com/faucet-pipeline/faucet-pipeline-static/issues"
1719
},
18-
"homepage": "https://github.com/faucet-pipeline/faucet-pipeline-static#readme",
20+
"homepage": "http://www.faucet-pipeline.org",
1921
"dependencies": {
2022
"faucet-pipeline": "1.0.0-beta.0"
2123
},
2224
"devDependencies": {
23-
"eslint": "^4.4.1",
25+
"eslint": "^4.16.0",
2426
"eslint-config-fnd": "^1.2.0",
2527
"json-diff": "^0.5.2",
26-
"release-util-fnd": "^1.0.5"
28+
"npm-run-all": "^4.1.2",
29+
"release-util-fnd": "^1.0.7"
2730
}
2831
}

0 commit comments

Comments
 (0)