We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a621c7 commit ce28babCopy full SHA for ce28bab
package.json
@@ -1,10 +1,15 @@
1
{
2
"name": "vite-plugin-externalize-deps",
3
"description": "A configurable Vite plugin to help externalize your dependencies (includes subpaths)",
4
- "version": "0.1.2",
+ "version": "0.1.3",
5
"author": "David Myers <[email protected]>",
6
"funding": "https://github.com/sponsors/voracious",
7
+ "homepage": "https://github.com/voracious/vite-plugin-externalize-deps",
8
"license": "MIT",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/voracious/vite-plugin-externalize-deps.git"
12
+ },
13
"keywords": [
14
"dependencies",
15
"dev",
0 commit comments