Skip to content

Commit

Permalink
react-chartjs -> ReactChartJs
Browse files Browse the repository at this point in the history
  • Loading branch information
atav32 committed Jan 22, 2019
1 parent 2b4a6d6 commit ab939fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/react-chartjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
else if(typeof define === 'function' && define.amd)
define(["react", "react-dom", "Chartjs"], factory);
else if(typeof exports === 'object')
exports["react-chartjs"] = factory(require("react"), require("react-dom"), require("Chartjs"));
exports["ReactChartJs"] = factory(require("react"), require("react-dom"), require("Chartjs"));
else
root["react-chartjs"] = factory(root["React"], root["ReactDOM"], root["Chart"]);
root["ReactChartJs"] = factory(root["React"], root["ReactDOM"], root["Chart"]);
})(this, function(__WEBPACK_EXTERNAL_MODULE_3__, __WEBPACK_EXTERNAL_MODULE_12__, __WEBPACK_EXTERNAL_MODULE_13__) {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (process.env.COMPRESS) {

module.exports = {
output: {
library: 'react-chartjs',
library: 'ReactChartJs',
libraryTarget: 'umd'
},
externals: [{
Expand Down

0 comments on commit ab939fb

Please sign in to comment.