Skip to content

Commit

Permalink
fix: enable postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMiguel committed Jan 17, 2023
1 parent 6cad9ac commit 7f3beeb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
"postinstall:dependencies": "node bin/postinstall-dependencies.mjs",
"postinstall:eslintrc": "node bin/postinstall-eslintrc.mjs",
"postinstall:lint": "node bin/postinstall-lint.mjs",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"prepare": "husky install"
},
"files": [
Expand Down Expand Up @@ -58,7 +56,6 @@
"eslint-plugin-unicorn": "^45.0.2",
"husky": "^8.0.3",
"jest": "^29.3.1",
"pinst": "^3.0.0",
"prettier": "^2.8.3",
"react": "^17.0.2"
}
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2586,7 +2586,6 @@ __metadata:
eslint-plugin-unicorn: ^45.0.2
husky: ^8.0.3
jest: ^29.3.1
pinst: ^3.0.0
prettier: ^2.8.3
react: ^17.0.2
languageName: unknown
Expand Down Expand Up @@ -5509,15 +5508,6 @@ __metadata:
languageName: node
linkType: hard

"pinst@npm:^3.0.0":
version: 3.0.0
resolution: "pinst@npm:3.0.0"
bin:
pinst: bin.js
checksum: 4ae48a6a60f79c37071233af51b4d91bfc85cfa3c12b66ccda60cdb642b4d14a4ab0cb3587afc55b1f6192cea1772a5e4822026a0d0d3528296edef00cc2d61f
languageName: node
linkType: hard

"pirates@npm:^4.0.4":
version: 4.0.5
resolution: "pirates@npm:4.0.5"
Expand Down

0 comments on commit 7f3beeb

Please sign in to comment.