This repository was archived by the owner on Dec 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 77 "test" : " test"
88 },
99 "scripts" : {
10- "test" : " npm run lint && bash -c 'source ./config/development.env; ./node_modules/.bin/lab --ignore __core-js_shared__ --flat --threshold 50 -r html -o ./coverage/coverage.html -r lcov -o ./coverage/lcov.info -r json -o ./coverage/coverage.json -r lab-quieter-reporter -o stdout'" ,
10+ "test" : " npm run lint && bash -c 'source ./config/development.env; ./node_modules/.bin/lab --ignore __core-js_shared__ --flat --threshold 50 -r html -o ./coverage/coverage.html -r lcov -o ./coverage/lcov.info -r json -o ./coverage/coverage.json -r lab-quieter-reporter -o stdout'" ,
1111 "covrep" : " bash test/covrep.sh" ,
1212 "lint" : " ./node_modules/.bin/semistandard *.js config/config.js"
1313 },
14- "precommit" : {
15- "tasks" : [
16- " npm run lint" ,
17- " test"
18- ]
19- },
14+ "pre-commit" : [
15+ " test"
16+ ],
2017 "author" : " " ,
2118 "license" : " ISC" ,
2219 "dependencies" : {
3330 "pg" : " 4.4.0" ,
3431 "pg-large-object" : " 0.0.1" ,
3532 "postgrator" : " 2.2.0" ,
36- "precommit" : " 1.1.5" ,
3733 "request" : " 2.58.0" ,
38- "seneca" : " git://github.com/thekemkid/seneca.git " ,
34+ "seneca" : " 0.7.2 " ,
3935 "seneca-auth" : " 0.2.10" ,
4036 "seneca-mail" : " 0.2.1" ,
4137 "seneca-postgresql-store" : " 0.7.0" ,
4440 "xoauth2" : " 1.1.0"
4541 },
4642 "devDependencies" : {
47- "semistandard" : " 7.0.2" ,
48- "es6-promise" : " 3.0.2" ,
4943 "chai" : " 2.2.0" ,
5044 "lab" : " 5.15.1" ,
51- "lab-quieter-reporter" : " 1.0.1"
45+ "lab-quieter-reporter" : " 1.0.1" ,
46+ "pre-commit" : " 1.1.2" ,
47+ "semistandard" : " 7.0.3"
5248 }
5349}
You can’t perform that action at this time.
0 commit comments