Skip to content

Commit

Permalink
add export for main
Browse files Browse the repository at this point in the history
  • Loading branch information
rawpixel-vincent committed Mar 14, 2024
1 parent cf90902 commit 6d17236
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "string-literal-list",
"version": "1.15.0",
"version": "1.16.0",
"description": "an array for string literal",
"main": "stringList.js",
"types": "stringList.d.ts",
Expand All @@ -16,6 +16,10 @@
"./types.js": {
"import": "./types/index.js",
"require": "./types/index.js"
},
"./stringList.js": {
"import": "./stringList.js",
"require": "./stringList.cjs"
}
},
"engines": {
Expand Down

0 comments on commit 6d17236

Please sign in to comment.