Skip to content

Commit

Permalink
fix: 更新package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ckvv committed Mar 19, 2024
1 parent bb0cf83 commit 440b5f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"verify-commit": "./dist/verify-commit.js"
},
"files": [
"dist"
"dist",
"tsconfig.json"
],
"scripts": {
"lint": "eslint . --fix",
Expand All @@ -33,5 +34,6 @@
"standard-version": "^9.5.0",
"tsup": "^8.0.2",
"typescript": "5.4.2"
}
},
"simple-git-hooks": {}
}

0 comments on commit 440b5f6

Please sign in to comment.