oops
This commit is contained in:
parent
fb374e60f8
commit
2a090751c2
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/pashto-inflector",
|
"name": "@lingdocs/pashto-inflector",
|
||||||
"version": "3.2.1",
|
"version": "3.2.2",
|
||||||
"author": "lingdocs.com",
|
"author": "lingdocs.com",
|
||||||
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
||||||
"homepage": "https://verbs.lingdocs.com",
|
"homepage": "https://verbs.lingdocs.com",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import { getLength, getLong, getShort } from "../lib/p-text-helpers";
|
import { getLength, getLong } from "../lib/p-text-helpers";
|
||||||
import * as T from "../types";
|
import * as T from "../types";
|
||||||
import Examples from "./Examples";
|
import Examples from "./Examples";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue