Skip to content

Commit

Permalink
fix browser field
Browse files Browse the repository at this point in the history
  • Loading branch information
smelukov committed Feb 26, 2023
1 parent 0bc218f commit 42a3fb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -16,6 +16,8 @@
"repository": "discoveryjs/json-ext",
"main": "./src/index",
"browser": {
"./src/stringify-info.js": "./src/stringify-info.js",
"./src/parse-chunked.js": "./src/parse-chunked.js",
"./src/stringify-stream.js": "./src/stringify-stream-browser.js",
"./src/text-decoder.js": "./src/text-decoder-browser.js",
"./src/version.js": "./dist/version.js"
Expand Down

0 comments on commit 42a3fb0

Please sign in to comment.