Skip to content

Commit 6f20ef0

Browse files
committed
update package
1 parent 1e9232e commit 6f20ef0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/react-css-loaders.js",
66
"scripts": {
77
"lint": "./node_modules/.bin/eslint lib/*.jsx",
8-
"prepush": "npm run lint && npm run test:coverage",
8+
"prepush": "npm run lint",
99
"start": "webpack-dev-server --inline --content-base build/",
1010
"report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
1111
"test": "./node_modules/.bin/mocha tests/helpers/setup.js tests/**/*.spec.js --compilers js:./tests/helpers/compiler.js --require babel-register",
@@ -14,9 +14,6 @@
1414
"build": "webpack --config webpack.config.prod.js"
1515
},
1616
"nyc": {
17-
"function": 80,
18-
"lines": 80,
19-
"check-coverage": true,
2017
"reporter": [
2118
"text",
2219
"html"

0 commit comments

Comments
 (0)