Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #43 from stranger26/master
Browse files Browse the repository at this point in the history
Resolve typo in webpack config & react v15
  • Loading branch information
booleanhunter authored Jul 20, 2017
2 parents def8c30 + 8e79caf commit c680ae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jquery": "^3.1.1",
"jsx-loader": "^0.13.2",
"raphael": "^2.1.4",
"react": "^0.14.8",
"react": "^15.6.1",
"react-dom": "^15.4.2",
"velocity-animate": "^1.4.0",
"webpack": "^1.14.0",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ var config = {
timeline: './src/pages/timeline-page/js/timeline-page',
generalUIElements: './src/pages/ui-elements-page/general/js/page-ui-elements',

vendors: ['react', 'reactDom', 'jquery', 'velocity', 'jqueryUi', 'bootstrap', 'moment', 'bootstrapDatepicker'],
vendors: ['react', 'react-dom', 'jquery', 'velocity-animate', 'jqueryUi', 'bootstrap', 'moment', 'bootstrapDatepicker'],
chartVendors: ['jquery', 'raphael', 'morris', 'jvectormap', 'jvectormapWorld'],
},

Expand Down

0 comments on commit c680ae4

Please sign in to comment.