Skip to content

Commit

Permalink
Missed renames of main -> index
Browse files Browse the repository at this point in the history
  • Loading branch information
mtscout6 committed Mar 26, 2015
1 parent 6907e03 commit 9016860
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"docs-prod": "webpack --config webpack.docs.js -p --progress && NODE_ENV=production ./run-babel docs/server.js",
"ie8": "./run-babel ie8/server.js"
},
"main": "lib/main.js",
"main": "lib/index.js",
"directories": {
"lib": "lib/"
},
Expand Down Expand Up @@ -81,4 +81,4 @@
"dependencies": {
"classnames": "^1.1.4"
}
}
}
2 changes: 1 addition & 1 deletion webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default (options) => {

const config = {
entry: {
'react-bootstrap': './src/main.js'
'react-bootstrap': './src/index.js'
},

output: {
Expand Down

0 comments on commit 9016860

Please sign in to comment.