We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a059e10 commit 53786a9Copy full SHA for 53786a9
dist/package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "amcharts-nested-labels",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Library to add nested labels to amcharts axes",
5
"main": "lib/es5/index.js",
6
"module": "lib/es6/index.js",
7
"sideEffects": false,
8
"repository": {
9
"type": "git",
10
- "url": ""
+ "url": "https://github.com/adarshlilha/amcharts-nested-labels"
11
},
12
"keywords": [
13
"javascript",
@@ -20,5 +20,8 @@
20
],
21
"author": "Adarsh Lilha <adarshlilha@gmail.com>",
22
"license": "MIT",
23
- "homepage": ""
+ "bugs": {
24
+ "url": "https://github.com/adarshlilha/amcharts-nested-labels/issues"
25
+ },
26
+ "homepage": "https://github.com/adarshlilha/amcharts-nested-labels#readme"
27
}
0 commit comments