Skip to content

Commit

Permalink
fix: js-yaml issue after upgrade (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
otaciliolacerda authored Apr 8, 2021
1 parent 2c43c60 commit 056b57b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"lint": "eslint --fix './lib/**/*.js' './test/**/*.js'",
"release": "yarn publish",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
"prepublishOnly": "yarn pinst --disable",
"postpublish": "yarn pinst --enable"
},
"release": {
"branches": [
Expand Down

0 comments on commit 056b57b

Please sign in to comment.