chore: add homepage and repo information to all package json files

pull/2522/head
mehmet-erim 6 years ago
parent b9cdc461fe
commit 8cb5843a2a

@ -1,4 +1,9 @@
{
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"scripts": {
"ng": "ng",
"abpng": "abpng",
@ -30,11 +35,11 @@
"@abp/ng.theme.basic": "^1.1.1",
"@abp/ng.theme.shared": "^1.1.1",
"@angular-builders/jest": "^8.2.0",
"@angular-devkit/build-angular": "~0.803.20",
"@angular-devkit/build-ng-packagr": "~0.803.20",
"@angular-devkit/build-angular": "~0.803.21",
"@angular-devkit/build-ng-packagr": "~0.803.21",
"@angular/animations": "~8.2.14",
"@angular/cdk": "^8.2.3",
"@angular/cli": "~8.3.18",
"@angular/cli": "~8.3.21",
"@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14",
"@angular/compiler-cli": "~8.2.14",

@ -1,6 +1,11 @@
{
"name": "@abp/ng.account.config",
"version": "1.1.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"publishConfig": {
"access": "public"
}

@ -1,6 +1,11 @@
{
"name": "@abp/ng.account",
"version": "1.1.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.account.config": "^1.1.1",
"@abp/ng.theme.shared": "^1.1.1"

@ -1,6 +1,11 @@
{
"name": "@abp/ng.core",
"version": "1.1.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@ngxs/router-plugin": "^3.5.1",
"@ngxs/storage-plugin": "^3.5.1",

@ -1,6 +1,11 @@
{
"name": "@abp/ng.feature-management",
"version": "1.1.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "^1.1.1"
},

@ -1,6 +1,11 @@
{
"name": "@abp/ng.identity.config",
"version": "1.1.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"publishConfig": {
"access": "public"
}

@ -1,6 +1,11 @@
{
"name": "@abp/ng.identity",
"version": "1.1.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.identity.config": "^1.1.1",
"@abp/ng.permission-management": "^1.1.1",

@ -1,6 +1,11 @@
{
"name": "@abp/ng.permission-management",
"version": "1.1.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "^1.1.1"
},

@ -1,6 +1,11 @@
{
"name": "@abp/ng.setting-management.config",
"version": "1.1.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"publishConfig": {
"access": "public"
}

@ -1,6 +1,11 @@
{
"name": "@abp/ng.setting-management",
"version": "1.1.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.setting-management.config": "^1.1.1",
"@abp/ng.theme.shared": "^1.1.1"

@ -1,6 +1,11 @@
{
"name": "@abp/ng.tenant-management.config",
"version": "1.1.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"publishConfig": {
"access": "public"
}

@ -1,6 +1,11 @@
{
"name": "@abp/ng.tenant-management",
"version": "1.1.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.feature-management": "^1.1.1",
"@abp/ng.tenant-management.config": "^1.1.1",

@ -1,6 +1,11 @@
{
"name": "@abp/ng.theme.basic",
"version": "1.1.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "^1.1.1"
},

@ -1,6 +1,11 @@
{
"name": "@abp/ng.theme.shared",
"version": "1.1.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.core": "^1.1.1",
"@angular/cdk": "^8.2.3",

Loading…
Cancel
Save