Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshlilha committed May 10, 2024
1 parent a059e10 commit 53786a9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "amcharts-nested-labels",
"version": "0.1.0",
"version": "0.1.1",
"description": "Library to add nested labels to amcharts axes",
"main": "lib/es5/index.js",
"module": "lib/es6/index.js",
"sideEffects": false,
"repository": {
"type": "git",
"url": ""
"url": "https://github.com/adarshlilha/amcharts-nested-labels"
},
"keywords": [
"javascript",
Expand All @@ -20,5 +20,8 @@
],
"author": "Adarsh Lilha <adarshlilha@gmail.com>",
"license": "MIT",
"homepage": ""
"bugs": {
"url": "https://github.com/adarshlilha/amcharts-nested-labels/issues"
},
"homepage": "https://github.com/adarshlilha/amcharts-nested-labels#readme"
}

0 comments on commit 53786a9

Please sign in to comment.