Skip to content

Commit

Permalink
update legacy export formats (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek committed Aug 31, 2023
1 parent 8a0fd38 commit 2819e64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
"name": "unleash-proxy-client",
"version": "3.0.0-beta.0",
"description": "A browser client that can be used together with the unleash-proxy.",
"main": "./build/cjs/index.js",
"types": "./build/cjs/index.d.ts",
"browser": "./build/main.min.js",
"module": "./build/main.esm.js",
"exports": {
".": {
"import": "./build/main.esm.js",
"node": "./build/cjs/index.js",
"require": "./build/cjs/index.js",
"types": "./build/cjs/index.d.ts",
"default": "./build/main.min.js"
}
},
Expand Down

0 comments on commit 2819e64

Please sign in to comment.