Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
chigix committed Oct 21, 2020
1 parent d051c53 commit 7ee7c93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions projects/linked-data-graphic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngld/canvas",
"version": "1.0.1",
"version": "1.0.2",
"description": "Linked Data Graphic Component for Angular",
"peerDependencies": {
"@angular/cdk": "^10.1.3",
Expand All @@ -11,7 +11,7 @@
"build": "ng build --prod linked-data-graphic"
},
"dependencies": {
"@ngld/pan-zoom": "^1.0.0",
"@ngld/pan-zoom": "^1.0.1",
"d3-color": "^2.0.0",
"d3-force": "^2.1.1",
"tslib": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion projects/pan-zoom-directive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngld/pan-zoom",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"build": "ng build --prod pan-zoom-directive"
},
Expand Down

0 comments on commit 7ee7c93

Please sign in to comment.