Skip to content

Commit

Permalink
feat: 🎸 2.x remove type:module in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
haozi committed May 31, 2024
1 parent 146ba0b commit 8206c56
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"cSpell.words": ["codecov", "haozi", "idmp", "typeof"]
"cSpell.words": ["codecov", "haozi", "idmp", "typeof", "vitejs"]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idmp",
"version": "1.16.2",
"version": "2.0.0",
"keywords": [
"deduplicate network requests",
"idempotent function",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@types/node": "^20.12.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-legacy": "^5.4.0",
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitest/coverage-istanbul": "^1.6.0",
"fs-extra": "^11.2.0",
Expand Down
106 changes: 53 additions & 53 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions scripts/clean.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import fs from 'fs-extra'
...fs.readJsonSync('./package.json'),
devDependencies: undefined,
scripts: undefined,
type: undefined,
},
{
spaces: 2,
Expand Down

0 comments on commit 8206c56

Please sign in to comment.