Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #312 from mavame/feature/remove-husky
Browse files Browse the repository at this point in the history
Removes husky
  • Loading branch information
mavame committed Dec 12, 2018
2 parents 4ae42c4 + 94fd9b0 commit 45e402e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 254 deletions.
243 changes: 0 additions & 243 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 2 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"prestart": "npm install",
"build": "npm run prestart && gulp",
"start": "gulp --dev",
"test": "npm run build",
"test": "eslint --fix . && npm run build",
"lint": "eslint ."
},
"browserslist": [
Expand Down Expand Up @@ -58,7 +58,6 @@
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"husky": "^1.1.4",
"minimist": "^1.2.0",
"node-sass": "^4.10.0",
"prettier": "1.15.2",
Expand All @@ -67,13 +66,5 @@
"dependencies": {
"@babel/polyfill": "^7.0.0"
},
"optionalDependencies": {},
"husky": {
"hooks": {
"pre-commit": [
"eslint --fix .",
"git add ."
]
}
}
"optionalDependencies": {}
}

0 comments on commit 45e402e

Please sign in to comment.