Skip to content

Commit

Permalink
feat(package): add browser field to package.json (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
campbellwmorgan committed May 3, 2024
1 parent 45e33de commit 0b1c728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
},
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
"browser": "./build/cjs/shim.js",
"types": "./build/typings/index.d.ts",
"files": [
"./build"
Expand Down

0 comments on commit 0b1c728

Please sign in to comment.