mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 12:14:40 +01:00
remove local pnpm
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
"name": "trpc-nuxt",
|
||||
"type": "module",
|
||||
"version": "0.4.0-beta.14",
|
||||
"packageManager": "pnpm@7.14.1",
|
||||
"license": "MIT",
|
||||
"sideEffects": false,
|
||||
"exports": {
|
||||
@@ -29,7 +28,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "concurrently \"pnpm build --watch\" \"pnpm --filter playground dev\"",
|
||||
"prepublishOnly": "nr build",
|
||||
"prepublishOnly": "pnpm build",
|
||||
"build": "tsup",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
@@ -55,7 +54,6 @@
|
||||
"concurrently": "^7.5.0",
|
||||
"eslint": "^8.25.0",
|
||||
"nuxt": "3.0.0-rc.12",
|
||||
"pnpm": "^7.14.1",
|
||||
"tsup": "6.3.0",
|
||||
"typescript": "^4.7.4"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user