Browse Source

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

pull/2522/head
mehmet-erim 7 years ago
parent
commit
8cb5843a2a
  1. 11
      npm/ng-packs/package.json
  2. 5
      npm/ng-packs/packages/account-config/package.json
  3. 5
      npm/ng-packs/packages/account/package.json
  4. 5
      npm/ng-packs/packages/core/package.json
  5. 5
      npm/ng-packs/packages/feature-management/package.json
  6. 5
      npm/ng-packs/packages/identity-config/package.json
  7. 5
      npm/ng-packs/packages/identity/package.json
  8. 5
      npm/ng-packs/packages/permission-management/package.json
  9. 5
      npm/ng-packs/packages/setting-management-config/package.json
  10. 5
      npm/ng-packs/packages/setting-management/package.json
  11. 5
      npm/ng-packs/packages/tenant-management-config/package.json
  12. 5
      npm/ng-packs/packages/tenant-management/package.json
  13. 5
      npm/ng-packs/packages/theme-basic/package.json
  14. 5
      npm/ng-packs/packages/theme-shared/package.json

11
npm/ng-packs/package.json

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

5
npm/ng-packs/packages/account-config/package.json

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

5
npm/ng-packs/packages/account/package.json

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

5
npm/ng-packs/packages/core/package.json

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

5
npm/ng-packs/packages/feature-management/package.json

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

5
npm/ng-packs/packages/identity-config/package.json

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

5
npm/ng-packs/packages/identity/package.json

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

5
npm/ng-packs/packages/permission-management/package.json

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

5
npm/ng-packs/packages/setting-management-config/package.json

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

5
npm/ng-packs/packages/setting-management/package.json

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

5
npm/ng-packs/packages/tenant-management-config/package.json

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

5
npm/ng-packs/packages/tenant-management/package.json

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

5
npm/ng-packs/packages/theme-basic/package.json

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

5
npm/ng-packs/packages/theme-shared/package.json

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

Loading…
Cancel
Save