proper pnpm workspace configuration

This commit is contained in:
Oliver Bryan
2025-12-13 20:33:40 +00:00
parent 99d45f9bcc
commit a0ec1902fa
6 changed files with 2614 additions and 74 deletions

View File

@@ -1,13 +1,13 @@
{
"name": "shared",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.17.1"
"name": "@issue/shared",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.17.1"
}