We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268b3f6 commit 260df61Copy full SHA for 260df61
1 file changed
package.json
@@ -4,7 +4,10 @@
4
"description": "ZingChart React Component wrapper to allow native react syntax for javascript charts, chart events, chart methods and chart styling.",
5
"author": "ZingSoft Inc.",
6
"license": "MIT",
7
- "repository": "zingchart/zingchart-react",
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/zingchart/zingchart-react.git"
10
+ },
11
"main": "dist/zingchart-react.cjs.js",
12
"module": "dist/zingchart-react.esm.js",
13
"jsnext:main": "dist/zingchart-react.es.js",
0 commit comments