Skip to content

Commit 9016860

Browse files
committed
Missed renames of main -> index
1 parent 6907e03 commit 9016860

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"docs-prod": "webpack --config webpack.docs.js -p --progress && NODE_ENV=production ./run-babel docs/server.js",
1818
"ie8": "./run-babel ie8/server.js"
1919
},
20-
"main": "lib/main.js",
20+
"main": "lib/index.js",
2121
"directories": {
2222
"lib": "lib/"
2323
},
@@ -81,4 +81,4 @@
8181
"dependencies": {
8282
"classnames": "^1.1.4"
8383
}
84-
}
84+
}

webpack/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default (options) => {
2121

2222
const config = {
2323
entry: {
24-
'react-bootstrap': './src/main.js'
24+
'react-bootstrap': './src/index.js'
2525
},
2626

2727
output: {

0 commit comments

Comments
 (0)