Skip to content

Commit

Permalink
chore: update version (#31)
Browse files Browse the repository at this point in the history
* chore: update version

* chore: add publishconfig
  • Loading branch information
yvonneyx authored Aug 29, 2024
1 parent 3daa41e commit d1446a9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/hierarchy",
"version": "0.6.12",
"version": "0.6.13",
"description": "layout algorithms for visualizing hierarchical data",
"main": "build/hierarchy.js",
"browser": "build/hierarchy.js",
Expand Down Expand Up @@ -33,8 +33,7 @@
],
"silent": false
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
Expand Down Expand Up @@ -72,5 +71,8 @@
"url": "https://github.com/antvis/hierarchy/issues"
},
"author": "https://github.com/orgs/antvis/people",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "MIT"
}

0 comments on commit d1446a9

Please sign in to comment.