unplugin-version-injector 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unplugin-version-injector",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "author": "Nian Yi <nianyi778@gmail.com>",
5
5
  "license": "MIT",
6
6
  "description": "A universal plugin to inject version and build time into HTML (supports Webpack, Vite, Rollup)",
@@ -22,7 +22,7 @@
22
22
  "build:esm": "tsc --module ESNext --outDir dist/esm",
23
23
  "build:cjs": "tsc --module CommonJS --outDir dist/cjs",
24
24
  "build": "npm run clean && npm run build:esm && npm run build:cjs",
25
- "publish": "npm run build && npm publish"
25
+ "publish": "npm run build && npm publish --access public"
26
26
  },
27
27
  "dependencies": {
28
28
  "unplugin": "^1.0.0"