Skip to content

Commit

Permalink
fix: Fix main and module
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Oct 4, 2019
1 parent d18998a commit 4f49265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"homepage": "https://react-bootstrap.github.io/",
"sideEffects": false,
"main": "lib/index.js",
"module": "lib/es/index.js",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"scripts": {
"bootstrap": "yarn && yarn --cwd www",
"build": "node tools/build.js",
Expand Down

0 comments on commit 4f49265

Please sign in to comment.