Skip to content

Commit

Permalink
fix: type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
BIYUEHU committed Jul 24, 2024
1 parent a2d684a commit 3183970
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsukiko",
"version": "1.4.0",
"version": "1.4.1",
"description": "Dynamic Types Cheker At Runtime Which Develop",
"main": "dist/index.js",
"scripts": {
Expand All @@ -16,12 +16,12 @@
"files": ["dist", "package.json", "LICENSE", "README.md"],
"dependencies": {
"@kotori-bot/i18n": "^1.2.0",
"reflect-metadata": "^0.2.2"
"reflect-metadata": "^0.2.2",
"@types/json-schema": "^7.0.15"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/jest": "^29.5.10",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.9.2",
"conventional-changelog-cli": "^4.1.0",
"jest": "^29.7.0",
Expand Down

0 comments on commit 3183970

Please sign in to comment.