Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Update package.json (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
knighttower authored Nov 30, 2023
1 parent 935a2e2 commit 398e268
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": "@knighttower/type-check-js",
"version": "1.3.1",
"version": "1.3.2",
"type": "module",
"description": "TypeCheck JS",
"main": "index.cjs",
Expand All @@ -18,7 +18,7 @@
"exports": {
".": {
"import": "./index.js",
"require": "./index.cjs.js"
"require": "./index.cjs"
},
"./dist/*": "./dist/*"
},
Expand Down Expand Up @@ -82,4 +82,4 @@
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}
}

0 comments on commit 398e268

Please sign in to comment.