Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxiemeihao committed Apr 30, 2023
1 parent 6f0fadf commit 1b96e39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-dynamic-import",
"version": "1.3.1",
"version": "1.3.2",
"description": "Enhance Vite builtin dynamic import",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"build": "vite build",
"test": "vitest run",
"types": "tsc",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run test && npm run build"
},
"dependencies": {
"acorn": "^8.8.2",
Expand All @@ -36,7 +36,7 @@
"node-fetch": "^3.3.0",
"typescript": "^4.9.4",
"vite": "^4.3.2",
"vite-plugin-utils": "^0.4.2",
"vite-plugin-utils": "^0.4.3",
"vitest": "^0.30.1"
},
"keywords": [
Expand Down

0 comments on commit 1b96e39

Please sign in to comment.