Skip to content

Commit

Permalink
fix(browser) : package.json bug
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman committed Jul 12, 2023
1 parent e37980b commit c378a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"npm": ">=6"
},
"main": "index.js",
"browser": "dist/concerto-codegen.js",
"browser": "umd/concerto-codegen.js",
"typings": "types/index.d.ts",
"scripts": {
"coverage": "node ./scripts/coverage.js \"packages/concerto-*\" && nyc report -t coverage --cwd . --report-dir coverage --reporter=lcov && cat ./coverage/lcov.info",
Expand Down

0 comments on commit c378a70

Please sign in to comment.