Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: remove postinstall
  • Loading branch information
yeonjuan committed Oct 17, 2021
commit 00898ff4e2c8c280f57bbc7685ff103f670dfdae
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "parse-git-diff",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "rimraf build && tsc",
"format": "prettier . --write",
"test": "jest",
"postinstall": "yarn husky install",
"check:all": "prettier --check . && tsc --noEmit && yarn test"
},
"repository": {
Expand Down