File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments