Skip to content

Commit

Permalink
remove main field
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed Jun 17, 2022
1 parent 1f1d2c9 commit 3197775
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions packages/lighthouse/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"include": ["src"],
"exclude": ["node_modules", "dist"],
"compilerOptions": {
"module": "commonjs",
"outDir": "dist"
}
}
3 changes: 1 addition & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"directory": "packages/sdk"
},
"browserslist": "supports es6-module and not dead and last 2 version",
"main": "dist/index.js",
"module": "dist/sdk.esm.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"sideEffects": false,
"engines": {
Expand Down
3 changes: 1 addition & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"directory": "packages/ui"
},
"browserslist": "supports es6-module and not dead and last 2 version",
"main": "dist/index.js",
"module": "dist/ui.esm.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"sideEffects": false,
"engines": {
Expand Down

0 comments on commit 3197775

Please sign in to comment.