Skip to content

Commit

Permalink
bug(util): fix browser pointer in concerto-util pkg json (#966)
Browse files Browse the repository at this point in the history
Signed-off-by: sanketshevkar <shevkar.sanket@gmail.com>
  • Loading branch information
sanketshevkar authored Dec 11, 2024
1 parent 0d3e65c commit dd73aba
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/concerto-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
"npm": ">=10"
},
"main": "index.js",
"browser": {
"main": "dist/concerto-util.js",
"fs": false,
"path": false
},
"browser": "dist/concerto-util.js",
"typings": "types/index.d.ts",
"scripts": {
"prepublishOnly": "npm run webpack",
Expand Down

0 comments on commit dd73aba

Please sign in to comment.