Skip to content

Commit

Permalink
fix: string regexp error display
Browse files Browse the repository at this point in the history
  • Loading branch information
BIYUEHU committed Jun 7, 2024
1 parent e661147 commit cecc6d2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsukiko",
"version": "1.2.5",
"version": "1.2.6",
"description": "Dynamic Types Cheker At Runtime Which Develop",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -43,5 +43,12 @@
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
},
"bugs": {
"url": "https://github.com/biyuehu/tsukiko/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/biyuehu/tsukiko.git"
}
}

0 comments on commit cecc6d2

Please sign in to comment.