FRONTEND-604: fix publish (#3)

* fix: fix publish

* fix: fix publish 1

* Publish

 - @rbkmoney/id-generator@0.1.0-pr3.0

* Publish

 - @rbkmoney/id-generator@0.1.0-pr3.1

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Denis Ezhov 2021-06-07 15:34:41 +03:00 committed by GitHub
parent 099e4e8a14
commit d4d4376c00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "dist",
"whitelistedNonPeerDependencies": [
"allowedNonPeerDependencies": [
"short-uuid"
],
"lib": {

View File

@ -1,6 +1,6 @@
{
"name": "@rbkmoney/id-generator",
"version": "0.1.0",
"version": "0.1.0-pr3.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,10 +1,17 @@
{
"name": "@rbkmoney/id-generator",
"version": "0.1.0",
"version": "0.1.0-pr3.1",
"scripts": {
"build": "ng build",
"postpublish": "rm -rf dist/"
},
"repository": {
"type": "git",
"url": "https://github.com/rbkmoney/ng-core"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@rbkmoney"
},
"peerDependencies": {
"@angular/common": "^11.2.14",
"@angular/core": "^11.2.14"