From: Evan You Date: Sun, 1 Mar 2020 03:05:41 +0000 (-0500) Subject: chore: update @vue/shared readme [ci skip] X-Git-Tag: v3.0.0-alpha.8~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11e6fba78cfd0d18f7a6723dfda8c02656da96bc;p=thirdparty%2Fvuejs%2Fcore.git chore: update @vue/shared readme [ci skip] --- diff --git a/packages/shared/README.md b/packages/shared/README.md index 71f4bdc2c6..1d01f2f456 100644 --- a/packages/shared/README.md +++ b/packages/shared/README.md @@ -1,3 +1,3 @@ # @vue/shared -Utility functions and constants shared across packages. This package itself is private and never published. It is inlined into other packages during build - rollup's tree-shaking ensures that only functions used by the importing package are included. +Internal utility functions and constants shared across `@vue` packages.