Skip to content

Commit

Permalink
Revert "Merge pull request #84 from tonlabs/pre-push"
Browse files Browse the repository at this point in the history
This reverts commit b990606, reversing
changes made to 670b0d4.
  • Loading branch information
joydark committed Apr 9, 2020
1 parent b990606 commit bb62051
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
"url": "https://github.com/tonlabs/ton-client-js.git"
},
"homepage": "https://ton.dev/node-se",
"husky": {
"hooks": {
"pre-push": "npm run babel"
}
},
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.9.0",
Expand All @@ -55,9 +50,9 @@
"@babel/plugin-transform-block-scoping": "7.8.3",
"@babel/plugin-transform-classes": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.9.0",
"@babel/preset-flow": "7.9.0",
"@babel/preset-react": "7.9.1",
"@babel/preset-env": "7.9.0",
"babel-eslint": "10.1.0",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.1.0",
Expand All @@ -67,12 +62,11 @@
"eslint-plugin-react-hooks": "2.5.1",
"flow": "0.2.3",
"flow-bin": "0.121.0",
"husky": "^4.2.3",
"jaeger-client": "3.17.2",
"jest": "25.1.0",
"node-fetch": "2.6.0",
"pre-commit": "1.2.2",
"websocket": "1.0.31"
"websocket": "1.0.31",
"jaeger-client": "3.17.2"
},
"dependencies": {
"@babel/runtime": "7.8.3",
Expand Down

0 comments on commit bb62051

Please sign in to comment.