Skip to content

Commit

Permalink
fix: add npm pkf fix changes
Browse files Browse the repository at this point in the history
Package url was not in the format that npm wishes for. Fixed with
`npm pkg fix`

Signed-off-by: Alexander zur Bonsen <[email protected]>
  • Loading branch information
alexzurbonsen committed Jan 19, 2025
1 parent f6680bf commit d0cc02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"access": "public"
},
"repository": {
"url": "https://github.com/TNG/if-webpage-plugins.git"
"url": "git+https://github.com/TNG/if-webpage-plugins.git"
},
"scripts": {
"build": "rm -rf build && tsc --project tsconfig.json",
Expand Down

0 comments on commit d0cc02d

Please sign in to comment.