We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba33eb1 commit b79c3a9Copy full SHA for b79c3a9
package.json
@@ -40,7 +40,8 @@
40
],
41
"ignore": [
42
"dist/",
43
- "example/"
+ "example/",
44
+ "config.default.js"
45
]
46
},
47
"babel": {
@@ -59,8 +60,7 @@
59
60
"mocha": "mocha -t 20000 -R dot -r babel-polyfill mocha.start.js",
61
"cover": "nyc --require babel-polyfill --cache mocha -t 20000 -R dot mocha.start.js && nyc report --reporter=html",
62
"test": "npm run build && npm run karma && npm run mocha",
- "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"
+ "release": "npm test && npm run doc && repo-tools updates && repo-tools changelog && repo-tools authors"
64
65
"peerDependencies": {
66
"js-data": "^3.0.0-beta.6",
0 commit comments