forgot .npmrc
This commit is contained in:
parent
25f10a8263
commit
bb64b2c336
|
@ -0,0 +1,2 @@
|
|||
@lingdocs:registry=https://npm.lingdocs.com
|
||||
//npm.lingdocs.com/:_authToken=${LINGDOCS_NPM_TOKEN}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pashto-inflector-website",
|
||||
"version": "7.6.0",
|
||||
"version": "7.6.1",
|
||||
"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",
|
||||
|
@ -44,4 +44,4 @@
|
|||
"typescript-eslint": "^8.0.0",
|
||||
"vite": "^5.4.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lingdocs/ps-react",
|
||||
"version": "7.6.0",
|
||||
"version": "7.6.1",
|
||||
"description": "Pashto inflector library module with React components",
|
||||
"main": "dist/components/library.js",
|
||||
"module": "dist/components/library.js",
|
||||
|
|
|
@ -136,7 +136,6 @@ function NPNounPicker(props: {
|
|||
/>
|
||||
</div>
|
||||
)}
|
||||
|
||||
{/* {showFilter && <div className="mb-2 text-center">
|
||||
<div className="d-flex flex-row justify-content-between">
|
||||
<div className="text-small mb-1">Filter by inflection pattern</div>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lingdocs/inflect",
|
||||
"version": "7.6.0",
|
||||
"version": "7.6.1",
|
||||
"description": "Pashto inflector library",
|
||||
"main": "dist/lib/library.js",
|
||||
"types": "dist/lib/library.d.ts",
|
||||
|
|
Loading…
Reference in New Issue