Browse Source
Merge pull request #10386 from v-rr/patch-1
Update package.json to include the repository
pull/10389/head
Halil İbrahim Kalkan
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
21 changed files with
105 additions and
0 deletions
-
npm/packs/aspnetcore.mvc.ui.theme.basic/package.json
-
npm/packs/aspnetcore.mvc.ui.theme.shared/package.json
-
npm/packs/aspnetcore.mvc.ui/package.json
-
npm/packs/bootstrap-datepicker/package.json
-
npm/packs/bootstrap/package.json
-
npm/packs/core/package.json
-
npm/packs/datatables.net-bs4/package.json
-
npm/packs/datatables.net/package.json
-
npm/packs/font-awesome/package.json
-
npm/packs/jquery-form/package.json
-
npm/packs/jquery-validation-unobtrusive/package.json
-
npm/packs/jquery-validation/package.json
-
npm/packs/jquery/package.json
-
npm/packs/lodash/package.json
-
npm/packs/luxon/package.json
-
npm/packs/malihu-custom-scrollbar-plugin/package.json
-
npm/packs/select2/package.json
-
npm/packs/sweetalert2/package.json
-
npm/packs/timeago/package.json
-
npm/packs/toastr/package.json
-
npm/packs/utils/package.json
|
|
|
@ -1,6 +1,11 @@ |
|
|
|
{ |
|
|
|
"version": "5.0.0-beta.1", |
|
|
|
"name": "@abp/aspnetcore.mvc.ui.theme.basic", |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/abpframework/abp.git", |
|
|
|
"directory": "npm/packs/aspnetcore.mvc.ui.theme.basic" |
|
|
|
}, |
|
|
|
"publishConfig": { |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
|
|
|
|
@ -1,6 +1,11 @@ |
|
|
|
{ |
|
|
|
"version": "5.0.0-beta.1", |
|
|
|
"name": "@abp/aspnetcore.mvc.ui.theme.shared", |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/abpframework/abp.git", |
|
|
|
"directory": "npm/packs/aspnetcore.mvc.ui.theme.shared" |
|
|
|
}, |
|
|
|
"publishConfig": { |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
|
|
|
|
@ -1,6 +1,11 @@ |
|
|
|
{ |
|
|
|
"version": "5.0.0-beta.1", |
|
|
|
"name": "@abp/aspnetcore.mvc.ui", |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/abpframework/abp.git", |
|
|
|
"directory": "npm/packs/aspnetcore.mvc.ui" |
|
|
|
}, |
|
|
|
"publishConfig": { |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
|
|
|
|
@ -1,6 +1,11 @@ |
|
|
|
{ |
|
|
|
"version": "5.0.0-beta.1", |
|
|
|
"name": "@abp/bootstrap-datepicker", |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/abpframework/abp.git", |
|
|
|
"directory": "npm/packs/bootstrap-datepicker" |
|
|
|
}, |
|
|
|
"publishConfig": { |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
|
|
|
|
@ -1,6 +1,11 @@ |
|
|
|
{ |
|
|
|
"version": "5.0.0-beta.1", |
|
|
|
"name": "@abp/bootstrap", |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/abpframework/abp.git", |
|
|
|
"directory": "npm/packs/bootstrap" |
|
|
|
}, |
|
|
|
"publishConfig": { |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
|
|
|
|
@ -1,6 +1,11 @@ |
|
|
|
{ |
|
|
|
"version": "5.0.0-beta.1", |
|
|
|
"name": "@abp/core", |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/abpframework/abp.git", |
|
|
|
"directory": "npm/packs/core" |
|
|
|
}, |
|
|
|
"publishConfig": { |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
|
|
|
|
@ -1,6 +1,11 @@ |
|
|
|
{ |
|
|
|
"version": "5.0.0-beta.1", |
|
|
|
"name": "@abp/datatables.net-bs4", |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/abpframework/abp.git", |
|
|
|
"directory": "npm/packs/datatables.net-bs4" |
|
|
|
}, |
|
|
|
"publishConfig": { |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
|
|
|
|
@ -1,6 +1,11 @@ |
|
|
|
{ |
|
|
|
"version": "5.0.0-beta.1", |
|
|
|
"name": "@abp/datatables.net", |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/abpframework/abp.git", |
|
|
|
"directory": "npm/packs/datatables.net" |
|
|
|
}, |
|
|
|
"publishConfig": { |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
|
|
|
|
@ -1,6 +1,11 @@ |
|
|
|
{ |
|
|
|
"version": "5.0.0-beta.1", |
|
|
|
"name": "@abp/font-awesome", |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/abpframework/abp.git", |
|
|
|
"directory": "npm/packs/font-awesome" |
|
|
|
}, |
|
|
|
"publishConfig": { |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
|
|
|
|
@ -1,6 +1,11 @@ |
|
|
|
{ |
|
|
|
"version": "5.0.0-beta.1", |
|
|
|
"name": "@abp/jquery-form", |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/abpframework/abp.git", |
|
|
|
"directory": "npm/packs/jquery-form" |
|
|
|
}, |
|
|
|
"publishConfig": { |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
|
|
|
|
@ -1,6 +1,11 @@ |
|
|
|
{ |
|
|
|
"version": "5.0.0-beta.1", |
|
|
|
"name": "@abp/jquery-validation-unobtrusive", |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/abpframework/abp.git", |
|
|
|
"directory": "npm/packs/jquery-validation-unobtrusive" |
|
|
|
}, |
|
|
|
"publishConfig": { |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
|
|
|
|
@ -1,6 +1,11 @@ |
|
|
|
{ |
|
|
|
"version": "5.0.0-beta.1", |
|
|
|
"name": "@abp/jquery-validation", |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/abpframework/abp.git", |
|
|
|
"directory": "npm/packs/jquery-validation" |
|
|
|
}, |
|
|
|
"publishConfig": { |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
|
|
|
|
@ -1,6 +1,11 @@ |
|
|
|
{ |
|
|
|
"version": "5.0.0-beta.1", |
|
|
|
"name": "@abp/jquery", |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/abpframework/abp.git", |
|
|
|
"directory": "npm/packs/jquery" |
|
|
|
}, |
|
|
|
"publishConfig": { |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
|
|
|
|
@ -1,6 +1,11 @@ |
|
|
|
{ |
|
|
|
"version": "5.0.0-beta.1", |
|
|
|
"name": "@abp/lodash", |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/abpframework/abp.git", |
|
|
|
"directory": "npm/packs/lodash" |
|
|
|
}, |
|
|
|
"publishConfig": { |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
|
|
|
|
@ -1,6 +1,11 @@ |
|
|
|
{ |
|
|
|
"version": "5.0.0-beta.1", |
|
|
|
"name": "@abp/luxon", |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/abpframework/abp.git", |
|
|
|
"directory": "npm/packs/luxon" |
|
|
|
}, |
|
|
|
"publishConfig": { |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
|
|
|
|
@ -1,6 +1,11 @@ |
|
|
|
{ |
|
|
|
"version": "5.0.0-beta.1", |
|
|
|
"name": "@abp/malihu-custom-scrollbar-plugin", |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/abpframework/abp.git", |
|
|
|
"directory": "npm/packs/malihu-custom-scrollbar-plugin" |
|
|
|
}, |
|
|
|
"publishConfig": { |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
|
|
|
|
@ -1,6 +1,11 @@ |
|
|
|
{ |
|
|
|
"version": "5.0.0-beta.1", |
|
|
|
"name": "@abp/select2", |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/abpframework/abp.git", |
|
|
|
"directory": "npm/packs/select2" |
|
|
|
}, |
|
|
|
"publishConfig": { |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
|
|
|
|
@ -4,6 +4,11 @@ |
|
|
|
"publishConfig": { |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/abpframework/abp.git", |
|
|
|
"directory":"npm/packs/sweetalert2" |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"@abp/core": "~5.0.0-beta.1", |
|
|
|
"sweetalert2": "^11.0.18" |
|
|
|
|
|
|
|
@ -1,6 +1,11 @@ |
|
|
|
{ |
|
|
|
"version": "5.0.0-beta.1", |
|
|
|
"name": "@abp/timeago", |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/abpframework/abp.git", |
|
|
|
"directory": "npm/packs/timeago" |
|
|
|
}, |
|
|
|
"publishConfig": { |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
|
|
|
|
@ -1,6 +1,11 @@ |
|
|
|
{ |
|
|
|
"version": "5.0.0-beta.1", |
|
|
|
"name": "@abp/toastr", |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/abpframework/abp.git", |
|
|
|
"directory": "npm/packs/toastr" |
|
|
|
}, |
|
|
|
"publishConfig": { |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
|
|
|
|
@ -13,6 +13,11 @@ |
|
|
|
"access": "public" |
|
|
|
}, |
|
|
|
"main": "dist/bundles/abp-utils.umd.js", |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/abpframework/abp.git", |
|
|
|
"directory": "npm/packs/utils" |
|
|
|
}, |
|
|
|
"module": "dist/fesm2015/abp-utils.js", |
|
|
|
"es2015_ivy_ngcc": "__ivy_ngcc__/dist/fesm2015/abp-utils.js", |
|
|
|
"es2015": "dist/fesm2015/abp-utils.js", |
|
|
|
|