Skip to content

Commit

Permalink
update browser exports
Browse files Browse the repository at this point in the history
  • Loading branch information
rawpixel-vincent committed Oct 30, 2024
1 parent 8f7ba08 commit 30ca21c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "string-literal-list",
"version": "1.30.0",
"version": "1.31.0",
"description": "an array for string literal",
"main": "stringList.cjs",
"files": [
Expand All @@ -27,7 +27,6 @@
],
"module": "stringList.js",
"browser": {
"./stringList.cjs": "./stringList.min.cjs",
"./stringList.js": "./stringList.min.js"
},
"types": "stringList.d.ts",
Expand Down

0 comments on commit 30ca21c

Please sign in to comment.