oops
This commit is contained in:
parent
4d4135abc9
commit
f0ea6ee5e3
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lingdocs/pashto-inflector",
|
||||
"version": "1.3.8",
|
||||
"version": "1.3.9",
|
||||
"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",
|
||||
|
|
|
@ -15,7 +15,10 @@ import {
|
|||
getPersonInflectionsKey,
|
||||
} from "./misc-helpers";
|
||||
import * as T from "../types";
|
||||
import { accentFSylsOnNFromEnd, accentOnFront, hasAccents, removeAccents, splitUpSyllables } from "./accent-helpers";
|
||||
import {
|
||||
hasAccents,
|
||||
removeAccents,
|
||||
} from "./accent-helpers";
|
||||
import { phoneticsConsonants } from "./pashto-consonants";
|
||||
import { simplifyPhonetics } from "./simplify-phonetics";
|
||||
|
||||
|
|
Loading…
Reference in New Issue