Skip to content

Commit b854711

Browse files
author
Gérard Collin
committed
fix: enable identified publish
1 parent 218efc2 commit b854711

9 files changed

Lines changed: 27 additions & 0 deletions

File tree

libs/xt-components/projects/xt-components/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "xt-components",
33
"version": "0.6.0",
4+
"repository": {
5+
"url": "https://github.com/dont-code/ng-xtend.git"
6+
},
47
"peerDependencies": {
58
"@angular/animations": "^20.2.3",
69
"@angular/common": "^20.2.3",

libs/xt-plugin-sample/projects/sample/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"watch": "cd .. && ng build --watch --configuration development",
77
"test": "../../node_modules/.bin/jest"
88
},
9+
"repository": {
10+
"url": "https://github.com/dont-code/ng-xtend.git"
11+
},
912
"peerDependencies": {
1013
"@angular/animations": "^19.0.5",
1114
"@angular/common": "^19.0.5",

libs/xt-store/projects/store/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "xt-store",
33
"version": "0.6.0",
4+
"repository": {
5+
"url": "https://github.com/dont-code/ng-xtend.git"
6+
},
47
"peerDependencies": {
58
"@angular/common": "^19.1.0",
69
"@angular/core": "^19.1.0"

plugins/xt-agenda/projects/agenda/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "xt-plugin-agenda",
33
"version": "0.6.0",
4+
"repository": {
5+
"url": "https://github.com/dont-code/ng-xtend.git"
6+
},
47
"peerDependencies": {
58
"@angular/animations": "^19.0.5",
69
"@angular/common": "^19.0.5",

plugins/xt-default/projects/default/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "xt-plugin-default",
33
"version": "0.6.0",
4+
"repository": {
5+
"url": "https://github.com/dont-code/ng-xtend.git"
6+
},
47
"peerDependencies": {
58
"@angular/common": "^19.0.5",
69
"@angular/core": "^19.0.5"

plugins/xt-finance/projects/finance/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "xt-plugin-finance",
33
"version": "0.6.0",
4+
"repository": {
5+
"url": "https://github.com/dont-code/ng-xtend.git"
6+
},
47
"peerDependencies": {
58
"@angular/animations": "^19.0.5",
69
"@angular/common": "^19.0.5",

plugins/xt-idb-store/projects/idb-store/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "xt-idb-store",
33
"version": "0.6.0",
4+
"repository": {
5+
"url": "https://github.com/dont-code/ng-xtend.git"
6+
},
47
"peerDependencies": {
58
"@angular/common": "^20.2.3",
69
"@angular/core": "^20.2.3"

plugins/xt-intl/projects/intl/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "xt-plugin-intl",
33
"version": "0.6.0",
4+
"repository": {
5+
"url": "https://github.com/dont-code/ng-xtend.git"
6+
},
47
"peerDependencies": {
58
"@angular/animations": "^19.0.5",
69
"@angular/common": "^19.0.5",

plugins/xt-web/projects/web/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "xt-plugin-web",
33
"version": "0.6.0",
4+
"repository": {
5+
"url": "https://github.com/dont-code/ng-xtend.git"
6+
},
47
"peerDependencies": {
58
"@angular/animations": "^20.2.3",
69
"@angular/common": "^20.2.3",

0 commit comments

Comments
 (0)