Skip to content

Commit 260df61

Browse files
committed
Fixed publishing configuration
1 parent 268b3f6 commit 260df61

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"description": "ZingChart React Component wrapper to allow native react syntax for javascript charts, chart events, chart methods and chart styling.",
55
"author": "ZingSoft Inc.",
66
"license": "MIT",
7-
"repository": "zingchart/zingchart-react",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/zingchart/zingchart-react.git"
10+
},
811
"main": "dist/zingchart-react.cjs.js",
912
"module": "dist/zingchart-react.esm.js",
1013
"jsnext:main": "dist/zingchart-react.es.js",

0 commit comments

Comments
 (0)