Skip to content

Commit

Permalink
chore: bump build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
慕还 committed Nov 7, 2023
1 parent 543f689 commit e1a3d10
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 248 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"virtual assets"
],
"repository": "https://github.com/zheeeng/vite-plugin-virtual-plain-text",
"version": "1.4.4",
"version": "1.4.5",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.mjs",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"scripts": {
"dev": "vite playground",
Expand All @@ -32,8 +32,8 @@
],
"devDependencies": {
"@types/node": "^18.11.18",
"tsup": "^6.5.0",
"typescript": "^4.9.5",
"vite": "^2.3.4"
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^2.9.15"
}
}
Loading

0 comments on commit e1a3d10

Please sign in to comment.