Skip to content

Commit dd73aba

Browse files
bug(util): fix browser pointer in concerto-util pkg json (#966)
Signed-off-by: sanketshevkar <[email protected]>
1 parent 0d3e65c commit dd73aba

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/concerto-util/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
"npm": ">=10"
99
},
1010
"main": "index.js",
11-
"browser": {
12-
"main": "dist/concerto-util.js",
13-
"fs": false,
14-
"path": false
15-
},
11+
"browser": "dist/concerto-util.js",
1612
"typings": "types/index.d.ts",
1713
"scripts": {
1814
"prepublishOnly": "npm run webpack",

0 commit comments

Comments
 (0)