Skip to content

Commit

Permalink
forgot .npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
adueck committed Aug 12, 2024
1 parent 25f10a8 commit bb64b2c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@lingdocs:registry=https://npm.lingdocs.com
//npm.lingdocs.com/:_authToken=${LINGDOCS_NPM_TOKEN}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -44,4 +44,4 @@
"typescript-eslint": "^8.0.0",
"vite": "^5.4.0"
}
}
}
2 changes: 1 addition & 1 deletion src/components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/components/src/block-pickers/NPNounPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bb64b2c

Please sign in to comment.