Skip to content

Commit 03a91ac

Browse files
author
Gérard Collin
committed
fix: added repository urls
1 parent c485fbe commit 03a91ac

11 files changed

Lines changed: 37 additions & 0 deletions

File tree

apps/xt-host/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"test": "cd projects/host && ../../node_modules/.bin/vitest"
1111
},
1212
"private": false,
13+
"repository": {
14+
"url": "https://github.com/dont-code/ng-xtend.git"
15+
},
1316
"dependencies": {
1417
"@angular/animations": "^20.3.9",
1518
"@angular/common": "^20.3.9",

apps/xt-plugin-tester/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"test": "cd projects/plugin-tester && ../../node_modules/.bin/vitest"
1111
},
1212
"private": false,
13+
"repository": {
14+
"url": "https://github.com/dont-code/ng-xtend.git"
15+
},
1316
"dependencies": {
1417
"@angular/animations": "^20.3.9",
1518
"@angular/common": "^20.3.9",

libs/xt-components/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"watch": "ng build --watch --configuration development",
1010
"test": "cd projects/xt-components && ../../node_modules/.bin/vitest && cd ../tester-app && ../../node_modules/.bin/vitest"
1111
},
12+
"repository": {
13+
"url": "https://github.com/dont-code/ng-xtend.git"
14+
},
1215
"publishConfig": {
1316
"directory": "dist/xt-components",
1417
"linkDirectory": true

libs/xt-plugin-sample/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"watch": "ng build --watch --configuration=development",
1010
"test": "cd projects/sample && ../../node_modules/.bin/vitest && cd ../sample-plugin && ../../node_modules/.bin/vitest"
1111
},
12+
"repository": {
13+
"url": "https://github.com/dont-code/ng-xtend.git"
14+
},
1215
"publishConfig": {
1316
"directory": "dist/xt-plugin-sample",
1417
"linkDirectory": true

libs/xt-store/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"directory": "dist/store",
1414
"linkDirectory": true
1515
},
16+
"repository": {
17+
"url": "https://github.com/dont-code/ng-xtend.git"
18+
},
1619
"private": false,
1720
"dependencies": {
1821
"@angular/animations": "^20.3.9",

plugins/xt-agenda/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"directory": "dist/xt-plugin-agenda",
1414
"linkDirectory": true
1515
},
16+
"repository": {
17+
"url": "https://github.com/dont-code/ng-xtend.git"
18+
},
1619
"private": false,
1720
"dependencies": {
1821
"@angular/animations": "^20.3.9",

plugins/xt-default/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"directory": "dist/xt-plugin-default",
1414
"linkDirectory": true
1515
},
16+
"repository": {
17+
"url": "https://github.com/dont-code/ng-xtend.git"
18+
},
1619
"private": false,
1720
"dependencies": {
1821
"@angular/animations": "^20.3.9",

plugins/xt-finance/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"directory": "dist/xt-plugin-finance",
1414
"linkDirectory": true
1515
},
16+
"repository": {
17+
"url": "https://github.com/dont-code/ng-xtend.git"
18+
},
1619
"private": false,
1720
"dependencies": {
1821
"@angular/animations": "^20.3.9",

plugins/xt-idb-store/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
"test": "cd projects/idb-store && ../../node_modules/.bin/vitest"
1111
},
1212
"private": false,
13+
"publishConfig": {
14+
"directory": "dist/store",
15+
"linkDirectory": true
16+
},
17+
"repository": {
18+
"url": "https://github.com/dont-code/ng-xtend.git"
19+
},
1320
"dependencies": {
1421
"@angular/animations": "^20.3.9",
1522
"@angular/common": "^20.3.9",

plugins/xt-intl/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"directory": "dist/xt-plugin-intl",
1414
"linkDirectory": true
1515
},
16+
"repository": {
17+
"url": "https://github.com/dont-code/ng-xtend.git"
18+
},
1619
"private": false,
1720
"dependencies": {
1821
"@angular/animations": "^20.3.9",

0 commit comments

Comments
 (0)