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 401a641 commit 9405e77Copy full SHA for 9405e77
package.json
@@ -14,7 +14,7 @@
14
"clean": "rimraf lib",
15
"lint": "eslint ./src/*",
16
"test": "jest",
17
- "prepublish": "npm run lint && npm run test && npm run build"
+ "prepublish": "yarn lint && yarn test && yarn build"
18
},
19
"keywords": [
20
"react",
@@ -28,7 +28,6 @@
28
"babel-cli": "6.24.1",
29
"babel-core": "6.24.1",
30
"babel-eslint": "7.2.3",
31
- "babel-jest": "20.0.3",
32
"babel-plugin-add-module-exports": "0.1.2",
33
"babel-plugin-transform-runtime": "6.6.0",
34
"babel-preset-es2015": "6.6.0",
0 commit comments