Update 'README.md'

This commit is contained in:
Troplo 2022-01-30 19:03:03 +11:00
parent a1fcc2ab28
commit 5b5e4ccf0b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Load package version of your package.json into your [vite](https://github.com/vitejs/vite) environment.
Will inject `import.meta.env.PACKAGE_VERSION` with the version specified in your package.json.
Will inject `import.meta.env.PACKAGE_VERSION` and `import.meta.env.BUILD_DATE` with the version specified in your package.json.
## Installation