Skip to content

Commit 53786a9

Browse files
committed
fix links
1 parent a059e10 commit 53786a9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

dist/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "amcharts-nested-labels",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Library to add nested labels to amcharts axes",
55
"main": "lib/es5/index.js",
66
"module": "lib/es6/index.js",
77
"sideEffects": false,
88
"repository": {
99
"type": "git",
10-
"url": ""
10+
"url": "https://github.com/adarshlilha/amcharts-nested-labels"
1111
},
1212
"keywords": [
1313
"javascript",
@@ -20,5 +20,8 @@
2020
],
2121
"author": "Adarsh Lilha <adarshlilha@gmail.com>",
2222
"license": "MIT",
23-
"homepage": ""
23+
"bugs": {
24+
"url": "https://github.com/adarshlilha/amcharts-nested-labels/issues"
25+
},
26+
"homepage": "https://github.com/adarshlilha/amcharts-nested-labels#readme"
2427
}

0 commit comments

Comments
 (0)