oops on publish ci

This commit is contained in:
adueck 2022-10-09 15:07:21 +05:00
parent 47f37b2c81
commit 714b9cbf77
7 changed files with 18 additions and 6 deletions

View File

@ -29,7 +29,7 @@ jobs:
yarn install-r
yarn build-library
yarn test --silent
cd lib
cd src/lib
npm publish
cd ../components
npm publish

View File

@ -12,8 +12,12 @@ This library is **published as two libraries**:
- @lingdocs/inflect
- The core inflection engine with grammatical information and tools for processing LingDocs dictionary entries and Pashto text.
- Can be used with Node 16, as CommonJS
- @lingdocs/ps-react
- @lingdocs/inflect plus react components for displaying Pashto text, phrase engine UI etc.
- Only available as an ES6 Module
`@lingdocs/pashto-inflector`
## Development

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "pashto-inflector",
"version": "5.0.0",
"version": "5.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pashto-inflector",
"version": "5.0.0",
"version": "5.0.1",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "pashto-inflector",
"version": "5.0.0",
"version": "5.0.1",
"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",

View File

@ -1,3 +1,11 @@
# @lingdocs/inflect
The core inflection engine with grammatical information and tools for processing LingDocs dictionary entries and Pashto text.
### Peer depencies required
```
"react": "^17.0.1",
"react-bootstrap": "^1.5.1",
"react-dom": "^17.0.1"
```

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/ps-react",
"version": "5.0.0",
"version": "5.0.1",
"description": "Pashto inflector library module with React components",
"main": "dist/components/library.js",
"module": "dist/components/library.js",

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/inflect",
"version": "5.0.0",
"version": "5.0.1",
"description": "Pashto inflector library",
"main": "dist/index.js",
"types": "dist/lib/library.d.ts",