Skip to content

Commit b79c3a9

Browse files
committed
Make lint happy.
1 parent ba33eb1 commit b79c3a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
],
4141
"ignore": [
4242
"dist/",
43-
"example/"
43+
"example/",
44+
"config.default.js"
4445
]
4546
},
4647
"babel": {
@@ -59,8 +60,7 @@
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",

0 commit comments

Comments
 (0)