From 43e992271a86b81951c6a3df45316a41a1211840 Mon Sep 17 00:00:00 2001 From: adueck Date: Sun, 9 Oct 2022 15:24:13 +0500 Subject: [PATCH] npmrc issue --- .github/workflows/publish.yml | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- src/components/package.json | 2 +- src/lib/package.json | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1357311..26e075f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,6 +29,8 @@ jobs: yarn install-r yarn build-library yarn test --silent + cp .npmrc src/lib + cp .npmrc src/components cd src/lib npm publish cd ../components diff --git a/package-lock.json b/package-lock.json index 55f1856..a6b4d09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pashto-inflector", - "version": "5.0.5", + "version": "5.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pashto-inflector", - "version": "5.0.5", + "version": "5.0.6", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 46e2fba..bf06a8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pashto-inflector", - "version": "5.0.5", + "version": "5.0.6", "author": "lingdocs.com", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "homepage": "https://verbs.lingdocs.com", diff --git a/src/components/package.json b/src/components/package.json index 22264d8..e185a9e 100644 --- a/src/components/package.json +++ b/src/components/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/ps-react", - "version": "5.0.5", + "version": "5.0.6", "description": "Pashto inflector library module with React components", "main": "dist/components/library.js", "module": "dist/components/library.js", diff --git a/src/lib/package.json b/src/lib/package.json index 938b761..b252108 100644 --- a/src/lib/package.json +++ b/src/lib/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/inflect", - "version": "5.0.5", + "version": "5.0.6", "description": "Pashto inflector library", "main": "dist/index.js", "types": "dist/lib/library.d.ts",