File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
- coverage
2
+ coverage /
3
3
lib
4
4
node_modules
5
5
npm-debug.log
6
+
7
+ npm-shrinkwrap.json
6
8
package-lock.json
7
- reports
8
9
yarn-error.log
9
10
yarn.lock
Original file line number Diff line number Diff line change 18
18
"main" : " lib/index.js" ,
19
19
"scripts" : {
20
20
"build" : " rimraf lib && babel src --out-dir lib --copy-files" ,
21
- "coveralls" : " cat ./reports/lcov.info | coveralls" ,
22
21
"create" : " node ./scripts/create-rule" ,
23
22
"flow" : " if [ ! -e ./.flowconfig ]; then echo \" Could not find .flowconfig\" ; else flow; test $? -eq 0 -o $? -eq 2; fi" ,
24
23
"lint:fix" : " npm run lint -- --fix" ,
36
35
"babel-eslint" : " ^10.1.0" ,
37
36
"babel-jest" : " ^24.9.0" ,
38
37
"babel-preset-airbnb" : " ^5.0.0" ,
39
- "coveralls" : " ^3.1.0" ,
40
38
"eslint" : " ^3 || ^4 || ^5 || ^6 || ^7" ,
41
39
"eslint-config-airbnb-base" : " ^14.2.1" ,
42
40
"eslint-plugin-flowtype" : " ^5.2.0" ,
77
75
"jest" : {
78
76
"coverageReporters" : [
79
77
" lcov" ,
78
+ " json" ,
80
79
" html"
81
80
],
82
- "coverageDirectory" : " reports " ,
81
+ "coverageDirectory" : " coverage " ,
83
82
"roots" : [
84
83
" __tests__"
85
84
],
You can’t perform that action at this time.
0 commit comments