future-charts-example
Advanced tools
Comparing version 0.9.16 to 0.9.17
{ | ||
"name": "future-charts-example", | ||
"version": "0.9.16", | ||
"version": "0.9.17", | ||
"description": "Future Charts - Example", | ||
@@ -11,3 +11,4 @@ "scripts": { | ||
"build:jquery": "node ./scripts/build-as-jquery-component", | ||
"build": "npm run build:preact && npm run build:react && npm run build:webcomponent && npm run build:vanila && npm run build:jquery" | ||
"build:angular": "node ./scripts/build-as-angular-component", | ||
"build": "npm run build:preact && npm run build:react && npm run build:webcomponent && npm run build:vanila && npm run build:jquery && npm run build:angular" | ||
}, | ||
@@ -21,2 +22,3 @@ "keywords": [ | ||
"angular", | ||
"vanila", | ||
"web components", | ||
@@ -23,0 +25,0 @@ "future" |
@@ -5,3 +5,3 @@ import React from 'react'; | ||
module.exports = function DonutChartNativeFunctionComponent(mountPoint, props) { | ||
module.exports = function DonutChartVanilaComponent(mountPoint, props) { | ||
ReactDOM.render(( | ||
@@ -8,0 +8,0 @@ <DonutChart {...props}/> |
Sorry, the diff of this file is not supported yet
272383
32
290