Skip to content

Commit

Permalink
Limit shared package entry point to webpack output
Browse files Browse the repository at this point in the history
  • Loading branch information
nop33 authored and mvaivre committed Nov 20, 2023
1 parent 09995b8 commit 58ae694
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,8 @@
"name": "@alephium/shared",
"version": "0.7.6",
"private": true,
"main": "dist/index.js",
"browser": "dist/alephium.min.js",
"main": "dist/alephium.min.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"default": "./dist/index.js",
"browser": "./dist/alephium.min.js"
}
},
"scripts": {
"lint": "eslint . --ext .ts --max-warnings=0",
"lint:fix": "eslint . --fix --ext .ts",
Expand Down

0 comments on commit 58ae694

Please sign in to comment.