We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb1a35 commit 4c70c1aCopy full SHA for 4c70c1a
package.json
@@ -23,7 +23,6 @@
23
"release:minor": "shelljs-release minor",
24
"release:patch": "shelljs-release patch",
25
"changelog": "shelljs-changelog",
26
- "codecov": "codecov",
27
"test": "nyc --reporter=text --reporter=lcov mocha",
28
"test:watch": "concurrently -rk 'npm run test --silent -- -w' 'npm run lint:watch'"
29
},
@@ -55,7 +54,6 @@
55
54
"babel-cli": "^6.6.5",
56
"babel-preset-env": "^1.7.0",
57
"babel-register": "^6.7.2",
58
- "codecov": "^3.0.2",
59
"concurrently": "^2.1.0",
60
"eslint": "^5.16.0",
61
"eslint-config-airbnb-base": "^13.1.0",
0 commit comments