Skip to content

Commit

Permalink
Merge pull request #15 from marcol/1.6.4
Browse files Browse the repository at this point in the history
fix(husky): remove postinstall for husky
  • Loading branch information
marcol committed Feb 19, 2021
2 parents b876b2e + 0c5e985 commit 598eb04
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "sugar-chalk",
"version": "1.6.3",
"version": "1.6.4",
"description": "Sugar syntax for chalk",
"keywords": [
"chalk",
Expand All @@ -24,8 +24,7 @@
"lint:js": "eslint .",
"lint:md": "remark .",
"test": "jest",
"sandbox": "node sandbox.js",
"postinstall": "husky install"
"sandbox": "node sandbox.js"
},
"dependencies": {
"chalk": "^4.1.0"
Expand Down

0 comments on commit 598eb04

Please sign in to comment.