Skip to content

Commit

Permalink
chore: Remove git hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Jan 14, 2018
1 parent ea4a673 commit c7ccf50
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-sort-class-members": "^1.2.0",
"eslint-plugin-unicorn": "^3.0.0",
"husky": "^0.14.3",
"nyc": "^11.1.0",
"prettier": "^1.7.2",
"rimraf": "^2.6.1",
Expand Down Expand Up @@ -108,14 +107,10 @@
"clean": "rimraf coverage && rimraf .nyc_output",
"cm": "git-cz",
"codecov": "codecov",
"commitmsg": "commitlint -e",
"compile": "rimraf lib && babel src --source-maps --out-dir lib",
"coverage": "nyc check-coverage",
"lint": "eslint src test package.json",
"postcheckout": "yarn install || (rimraf && npm install)",
"precommit": "npm run compile && npm run lint",
"prepublishOnly": "npm run compile",
"prepush": "ava -v",
"pretest": "npm run clean && npm run compile && npm run lint",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "nyc ava -vv"
Expand Down

0 comments on commit c7ccf50

Please sign in to comment.