Skip to content

Commit

Permalink
fix registry
Browse files Browse the repository at this point in the history
  • Loading branch information
fleonhard committed Oct 8, 2021
1 parent 96ca18e commit 061f1e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "node-red-knx-ui",
"name": "@fleonhard/node-red-knx-ui",
"version": "0.0.4",
"scripts": {
"ng": "ng",
Expand All @@ -10,7 +10,7 @@
},
"private": false,
"publishConfig": {
"fleonhard:registry": "https://npm.pkg.github.com"
"registry": "https://npm.pkg.github.com"
},
"dependencies": {
"@angular/animations": "~12.2.0",
Expand Down

0 comments on commit 061f1e2

Please sign in to comment.