Skip to content

Commit

Permalink
chore(savage-types): fix module error
Browse files Browse the repository at this point in the history
  • Loading branch information
savageKarl committed Jan 9, 2024
1 parent 36e378f commit c21571a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/savage-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "savage-types",
"version": "1.0.16",
"version": "1.0.17",
"description": "A library for determining the type of JavaScript variables. It is simple, convenient, and can be used out of the box. It provides many methods for use.",
"miniprogram": "dist",
"main": "dist/index.cjs",
Expand All @@ -9,6 +9,7 @@
"files": [
"dist"
],
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
Expand Down

0 comments on commit c21571a

Please sign in to comment.