From 54e7d3a397a0fd91232ed04f4001a99b5c8419c8 Mon Sep 17 00:00:00 2001 From: Valerio Ageno Date: Thu, 20 Jun 2024 20:00:13 +0200 Subject: [PATCH] fix: remove workspace package --- package.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 10d4febf..d0007a53 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,5 @@ { - "name": "tuono", - "version": "0.1.7", - "description": "", - "main": "src/index.js", + "name": "workspace", "packageManager": "pnpm@9.1.1", "scripts": { "dev": "turbo dev", @@ -13,9 +10,11 @@ "types": "turbo types", "test": "turbo test" }, - "keywords": [], - "type": "module", - "author": "", + "workspaces": [ + "tuono", + "tuono-lazy-fn-vite-plugin" + ], + "author": "Valerio Ageno", "license": "MIT", "devDependencies": { "@tanstack/config": "^0.7.0",