Skip to content

Commit 9405e77

Browse files
Uninstall pkg
1 parent 401a641 commit 9405e77

File tree

2 files changed

+115
-147
lines changed

2 files changed

+115
-147
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"clean": "rimraf lib",
1515
"lint": "eslint ./src/*",
1616
"test": "jest",
17-
"prepublish": "npm run lint && npm run test && npm run build"
17+
"prepublish": "yarn lint && yarn test && yarn build"
1818
},
1919
"keywords": [
2020
"react",
@@ -28,7 +28,6 @@
2828
"babel-cli": "6.24.1",
2929
"babel-core": "6.24.1",
3030
"babel-eslint": "7.2.3",
31-
"babel-jest": "20.0.3",
3231
"babel-plugin-add-module-exports": "0.1.2",
3332
"babel-plugin-transform-runtime": "6.6.0",
3433
"babel-preset-es2015": "6.6.0",

0 commit comments

Comments
 (0)