Skip to content

Commit

Permalink
chore: change package name and make public
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-Ende committed Jul 30, 2024
1 parent 699f85d commit 0ec10c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/sketch/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@qupaya/sketch",
"name": "@qupaya/ng-sketch",
"version": "0.0.1",
"peerDependencies": {
"@angular/cdk": ">=18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prepare": "husky install",
"storybook": "nx run sketch:storybook"
},
"private": true,
"private": false,
"dependencies": {
"@angular/animations": "18.0.5",
"@angular/cdk": "~18.0.0",
Expand Down

0 comments on commit 0ec10c8

Please sign in to comment.