File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
],
41
41
"ignore" : [
42
42
" dist/" ,
43
- " example/"
43
+ " example/" ,
44
+ " config.default.js"
44
45
]
45
46
},
46
47
"babel" : {
59
60
"mocha" : " mocha -t 20000 -R dot -r babel-polyfill mocha.start.js" ,
60
61
"cover" : " nyc --require babel-polyfill --cache mocha -t 20000 -R dot mocha.start.js && nyc report --reporter=html" ,
61
62
"test" : " npm run build && npm run karma && npm run mocha" ,
62
- "release" : " npm test && npm run doc && repo-tools updates && repo-tools changelog && repo-tools authors" ,
63
- "ci" : " npm test && cat ./coverage/PhantomJS*/lcov.info | codecov"
63
+ "release" : " npm test && npm run doc && repo-tools updates && repo-tools changelog && repo-tools authors"
64
64
},
65
65
"peerDependencies" : {
66
66
"js-data" : " ^3.0.0-beta.6" ,
You can’t perform that action at this time.
0 commit comments