oops
This commit is contained in:
parent
4597ea1489
commit
cee11eb565
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pashto-inflector-website",
|
"name": "pashto-inflector-website",
|
||||||
"version": "7.7.4",
|
"version": "7.7.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"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",
|
"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",
|
||||||
|
|
|
@ -12,7 +12,7 @@ import VerbTable from "./src/tables/VerbTable";
|
||||||
import useStickyState from "./src/useStickyState";
|
import useStickyState from "./src/useStickyState";
|
||||||
import NPPicker from "./src/block-pickers/NPPicker";
|
import NPPicker from "./src/block-pickers/NPPicker";
|
||||||
import SandwichPicker from "./src/block-pickers/SandwichPicker";
|
import SandwichPicker from "./src/block-pickers/SandwichPicker";
|
||||||
import VerbFromDisplay from "./src/VerbFormDisplay";
|
import VerbFormDisplay from "./src/VerbFormDisplay";
|
||||||
import Block, { NPBlock, APBlock } from "./src/blocks/Block";
|
import Block, { NPBlock, APBlock } from "./src/blocks/Block";
|
||||||
import VerbInfo, { RootsAndStems } from "./src/verb-info/VerbInfo";
|
import VerbInfo, { RootsAndStems } from "./src/verb-info/VerbInfo";
|
||||||
import VPExplorer from "./src/vp-explorer/VPExplorer";
|
import VPExplorer from "./src/vp-explorer/VPExplorer";
|
||||||
|
@ -66,7 +66,7 @@ export {
|
||||||
// misc
|
// misc
|
||||||
Hider,
|
Hider,
|
||||||
useStickyState,
|
useStickyState,
|
||||||
VerbFromDisplay,
|
VerbFormDisplay,
|
||||||
VerbInfo,
|
VerbInfo,
|
||||||
VPExplorer,
|
VPExplorer,
|
||||||
EPExplorer,
|
EPExplorer,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/ps-react",
|
"name": "@lingdocs/ps-react",
|
||||||
"version": "7.7.4",
|
"version": "7.7.6",
|
||||||
"description": "Pashto inflector library module with React components",
|
"description": "Pashto inflector library module with React components",
|
||||||
"main": "dist/components/library.js",
|
"main": "dist/components/library.js",
|
||||||
"module": "dist/components/library.js",
|
"module": "dist/components/library.js",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/inflect",
|
"name": "@lingdocs/inflect",
|
||||||
"version": "7.7.4",
|
"version": "7.7.6",
|
||||||
"description": "Pashto inflector library",
|
"description": "Pashto inflector library",
|
||||||
"main": "dist/lib/library.cjs",
|
"main": "dist/lib/library.cjs",
|
||||||
"module": "dist/lib/library.js",
|
"module": "dist/lib/library.js",
|
||||||
|
|
Loading…
Reference in New Issue