added npm scope
This commit is contained in:
parent
d101cfc29a
commit
6dcf067882
2 changed files with 3 additions and 3 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "vite-plugin-package-version",
|
"name": "@smnhgn/vite-plugin-package-version",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "vite-plugin-package-version",
|
"name": "@smnhgn/vite-plugin-package-version",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "vite plugin to load package version into env",
|
"description": "vite plugin to load package version into env",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
"build": "npm run clean && tsup src/index.ts --dts",
|
"build": "npm run clean && tsup src/index.ts --dts",
|
||||||
"dev": "tsup src/index.ts --dts --watch",
|
"dev": "tsup src/index.ts --dts --watch",
|
||||||
"dev:client": "npm -C example run dev",
|
"dev:client": "npm -C example run dev",
|
||||||
"postinstall": "cd example && npm install"
|
"prepublishOnly": "npm run build"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"vite": ">=2.0.0-beta.69"
|
"vite": ">=2.0.0-beta.69"
|
||||||
|
|
Loading…
Reference in a new issue