Skip to content

Commit 77053d9

Browse files
committed
Changed peer deps and Build
1 parent b5044e1 commit 77053d9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

dist/react-fusioncharts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ return /******/ (function(modules) { // webpackBootstrap
132132

133133
_this.containerId = (0, _v2.default)();
134134
_this.oldOptions = null;
135-
_this.FusionCharts = ReactFC.fusionChartsCore || _fusioncharts2.default;
135+
_this.FusionCharts = props.fcLibrary || ReactFC.fusionChartsCore || _fusioncharts2.default;
136136
return _this;
137137
}
138138

dist/react-fusioncharts.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"name": "FusionCharts",
88
"email": "support@fusioncharts.com"
99
},
10+
"license": "MIT",
1011
"contributors": [
1112
{
1213
"name": "Rousan Ali",
@@ -56,7 +57,7 @@
5657
"webpack": "^1.14.0"
5758
},
5859
"peerDependencies": {
59-
"react": "^0.14.0 || ^16.0.0"
60+
"react": "^0.14.0 || ^15.0.0 || ^16.0.0"
6061
},
6162
"scripts": {
6263
"build:lib": "babel ./src -d ./lib",

0 commit comments

Comments
 (0)