Skip to content

Commit f5ca98e

Browse files
committed
1.0.1
1 parent 8e8e3bd commit f5ca98e

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-svg-radar-chart",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A reusable radar chart in SVG.",
55
"main": "build/index.js",
66
"scripts": {
@@ -23,16 +23,12 @@
2323
"react"
2424
],
2525
"author": "https://github.com/Spyna",
26-
"homepage": "https://github.com/Spyna/react-svg-radar-chart/",
27-
"bugs":"https://github.com/Spyna/react-svg-radar-chart/issues",
28-
"license": "ISC",
26+
"homepage": "https://github.com/Spyna/react-svg-radar-chart/#readme",
2927
"bugs": {
3028
"url": "https://github.com/Spyna/react-svg-radar-chart/issues"
3129
},
32-
"homepage": "https://github.com/Spyna/react-svg-radar-chart/#readme",
33-
"dependencies": {
34-
35-
},
30+
"license": "ISC",
31+
"dependencies": {},
3632
"devDependencies": {
3733
"autoprefixer": "7.1.6",
3834
"babel-core": "6.26.0",

0 commit comments

Comments
 (0)