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 7
7
"test" : " test"
8
8
},
9
9
"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'" ,
11
11
"covrep" : " bash test/covrep.sh" ,
12
12
"lint" : " ./node_modules/.bin/semistandard *.js config/config.js"
13
13
},
14
- "precommit" : {
15
- "tasks" : [
16
- " npm run lint" ,
17
- " test"
18
- ]
19
- },
14
+ "pre-commit" : [
15
+ " test"
16
+ ],
20
17
"author" : " " ,
21
18
"license" : " ISC" ,
22
19
"dependencies" : {
33
30
"pg" : " 4.4.0" ,
34
31
"pg-large-object" : " 0.0.1" ,
35
32
"postgrator" : " 2.2.0" ,
36
- "precommit" : " 1.1.5" ,
37
33
"request" : " 2.58.0" ,
38
- "seneca" : " git://github.com/thekemkid/seneca.git " ,
34
+ "seneca" : " 0.7.2 " ,
39
35
"seneca-auth" : " 0.2.10" ,
40
36
"seneca-mail" : " 0.2.1" ,
41
37
"seneca-postgresql-store" : " 0.7.0" ,
44
40
"xoauth2" : " 1.1.0"
45
41
},
46
42
"devDependencies" : {
47
- "semistandard" : " 7.0.2" ,
48
- "es6-promise" : " 3.0.2" ,
49
43
"chai" : " 2.2.0" ,
50
44
"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"
52
48
}
53
49
}
You can’t perform that action at this time.
0 commit comments