Skip to content

Commit 92749e6

Browse files
authored
Housekeeping: Added type and url for repository in package.json for core and extensions (#4109)
1 parent 9ea764c commit 92749e6

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

libs/core/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@kirbydesign/core",
33
"version": "0.0.80",
44
"description": "Core styles and helpers for the Kirby Design System.",
5+
"author": "kirby@bankdata.dk",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/kirbydesign/designsystem.git"
9+
},
510
"type": "module",
611
"main": "dist/index.js",
712
"module": "dist/index.js",

libs/extensions/angular/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "@kirbydesign/extensions-angular",
33
"version": "3.3.0",
4+
"author": "kirby@bankdata.dk",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/kirbydesign/designsystem.git"
8+
},
49
"peerDependencies": {
510
"@angular/common": "^18.0.0 || ^19.0.0 || ^20.0.0",
611
"@angular/compiler": "^18.0.0 || ^19.0.0 || ^20.0.0",

0 commit comments

Comments
 (0)