Skip to content

Commit

Permalink
webpack
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <danscode@selman.org>
  • Loading branch information
dselman committed Sep 25, 2024
1 parent 14a22c9 commit 5679258
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/concerto-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
"npm": ">=10"
},
"main": "index.js",
"browser": "dist/concerto-util.js",
"browser": {
"main" : "dist/concerto-util.js",
"fs": false,
"os": false,
"path": false
},
"typings": "types/index.d.ts",
"scripts": {
"prepublishOnly": "npm run webpack",
Expand Down

0 comments on commit 5679258

Please sign in to comment.