Skip to content

Commit

Permalink
Rename majorSelector.jsx to MajorSelector.jsx, update webpack configs…
Browse files Browse the repository at this point in the history
… accordingly.
  • Loading branch information
jlbooker committed Apr 11, 2017
1 parent 7767d08 commit 2c7ac89
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
affiliationDepartments: JS_DIR + '/affiliationAgreement/AffiliationDepartments.jsx',
affiliationLocation: JS_DIR + '/affiliationAgreement/AffiliationLocation.jsx',
affiliationTerminate: JS_DIR + '/affiliationAgreement/AffiliationTerminate.jsx',
majorSelector: JS_DIR + '/majorSelector/majorSelector.jsx',
majorSelector: JS_DIR + '/majorSelector/MajorSelector.jsx',
vendor: ['jquery', 'react', 'react-dom', 'react-bootstrap']
},
output: {
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
affiliationDepartments: JS_DIR + '/affiliationAgreement/AffiliationDepartments.jsx',
affiliationLocation: JS_DIR + '/affiliationAgreement/AffiliationLocation.jsx',
affiliationTerminate: JS_DIR + '/affiliationAgreement/AffiliationTerminate.jsx',
majorSelector: JS_DIR + '/majorSelector/majorSelector.jsx',
majorSelector: JS_DIR + '/majorSelector/MajorSelector.jsx',
vendor: ['jquery', 'react', 'react-dom', 'react-bootstrap']
},
output: {
Expand Down

0 comments on commit 2c7ac89

Please sign in to comment.