mirror of
https://github.com/valitydev/ng-core.git
synced 2024-11-06 08:15:20 +00:00
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:
parent
099e4e8a14
commit
d4d4376c00
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
||||
"dest": "dist",
|
||||
"whitelistedNonPeerDependencies": [
|
||||
"allowedNonPeerDependencies": [
|
||||
"short-uuid"
|
||||
],
|
||||
"lib": {
|
||||
|
2
projects/id-generator/package-lock.json
generated
2
projects/id-generator/package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@rbkmoney/id-generator",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.0-pr3.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user