File tree 3 files changed +0
-4
lines changed
3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1
1
node_modules /
2
2
dist /
3
3
example /bundle.js *
4
- coverage /
Original file line number Diff line number Diff line change 1
1
widgets-screenshots /
2
2
example /bundle.js *
3
- coverage /
Original file line number Diff line number Diff line change 10
10
"dev" : " ./scripts/dev.sh" ,
11
11
"test" : " ./scripts/test.sh && npm run lint" ,
12
12
"test:watch" : " nodemon -i node_modules/ -i coverage/ -i .git/ -i dist/ -q --exec './scripts/test.sh | tap-spec'" ,
13
- "test:coverage" : " babel-node node_modules/.bin/isparta cover ./scripts/test.sh" ,
14
13
"doctoc" : " doctoc --maxlevel 3 README.md"
15
14
},
16
15
"browserify" : {
32
31
"eslint-config-airbnb" : " 0.0.8" ,
33
32
"eslint-config-algolia" : " 3.0.0" ,
34
33
"eslint-plugin-react" : " 3.3.2" ,
35
- "isparta" : " 3.0.4" ,
36
34
"nodemon" : " 1.4.1" ,
37
35
"onchange" : " 2.0.0" ,
38
36
"pretty-bytes" : " 2.0.1" ,
You can’t perform that action at this time.
0 commit comments