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 4040 ],
4141 "ignore" : [
4242 " dist/" ,
43- " example/"
43+ " example/" ,
44+ " config.default.js"
4445 ]
4546 },
4647 "babel" : {
5960 "mocha" : " mocha -t 20000 -R dot -r babel-polyfill mocha.start.js" ,
6061 "cover" : " nyc --require babel-polyfill --cache mocha -t 20000 -R dot mocha.start.js && nyc report --reporter=html" ,
6162 "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"
6464 },
6565 "peerDependencies" : {
6666 "js-data" : " ^3.0.0-beta.6" ,
You can’t perform that action at this time.
0 commit comments