Skip to content

Commit

Permalink
publish with vite
Browse files Browse the repository at this point in the history
  • Loading branch information
adueck committed Aug 12, 2024
1 parent d3c89cb commit 25f10a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "minrep",
"private": true,
"version": "0.0.0",
"name": "pashto-inflector-website",
"version": "7.6.0",
"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
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.5.1",
"version": "7.6.0",
"description": "Pashto inflector library module with React components",
"main": "dist/components/library.js",
"module": "dist/components/library.js",
Expand Down
4 changes: 2 additions & 2 deletions src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingdocs/inflect",
"version": "7.5.1",
"version": "7.6.0",
"description": "Pashto inflector library",
"main": "dist/lib/library.js",
"types": "dist/lib/library.d.ts",
Expand Down Expand Up @@ -30,4 +30,4 @@
"devDependencies": {
"@types/lokijs": "^1.5.14"
}
}
}

0 comments on commit 25f10a8

Please sign in to comment.