comment out tests for parser in progress

This commit is contained in:
adueck 2024-12-06 15:10:17 +05:00
parent 0ade410698
commit f17ebddaa1
6 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "pashto-inflector-website",
"version": "7.7.2",
"version": "7.7.3",
"type": "module",
"scripts": {
"patch": "npm version patch --no-git-tag-version && cd src/lib && npm version patch --no-git-tag-version && cd ../components && npm version patch --no-git-tag-version",

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/ps-react",
"version": "7.7.2",
"version": "7.7.3",
"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": "7.7.2",
"version": "7.7.3",
"description": "Pashto inflector library",
"main": "dist/lib/library.cjs",
"module": "dist/lib/library.js",