Skip to content

Commit

Permalink
🔖 Change Version
Browse files Browse the repository at this point in the history
  • Loading branch information
lihanspace committed Oct 20, 2021
1 parent 3251847 commit 52a2073
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-inject-externals",
"version": "1.0.1",
"version": "1.0.2",
"description": "When vite is packaged, the specified package is changed to be imported from CDN.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -10,7 +10,9 @@
"build": "tsup src/index.ts --dts --format cjs,esm",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": ["dist"],
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/lihanspace/vite-plugin-inject-externals.git"
Expand Down

0 comments on commit 52a2073

Please sign in to comment.