Skip to content

Commit 50241d5

Browse files
committed
Update description
1 parent 78ebbd5 commit 50241d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vite-plugin-externalize-deps
22

3-
A configurable Vite plugin to help you manage your external project dependencies. By default, `dependencies` and `peerDependencies` defined in your `package.json` are externalized.
3+
A configurable Vite plugin to help externalize your dependencies (including [subpaths](https://nodejs.org/api/packages.html#subpath-patterns)).
44

55
## Getting Started
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-externalize-deps",
3-
"description": "A configurable Vite plugin to help you manage your external project dependencies",
3+
"description": "A configurable Vite plugin to help externalize your dependencies (includes subpaths)",
44
"version": "0.1.0",
55
"author": "David Myers <[email protected]>",
66
"funding": "https://github.com/sponsors/voracious",

0 commit comments

Comments
 (0)