Skip to content

Commit

Permalink
lowered library target for use with creat-react-app
Browse files Browse the repository at this point in the history
  • Loading branch information
adueck committed Aug 12, 2024
1 parent bb64b2c commit 4cae54e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pashto-inflector-website",
"version": "7.6.1",
"version": "7.6.2",
"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.6.1",
"version": "7.6.2",
"description": "Pashto inflector library module with React components",
"main": "dist/components/library.js",
"module": "dist/components/library.js",
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.1",
"version": "7.6.2",
"description": "Pashto inflector library",
"main": "dist/lib/library.js",
"types": "dist/lib/library.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"target": "ES2022",
"useDefineForClassFields": true,
"lib": ["ES2023", "DOM", "DOM.Iterable"],
"module": "ES2022",
"module": "ES2020",
"skipLibCheck": true,

/* Bundler mode */
Expand Down

0 comments on commit 4cae54e

Please sign in to comment.