From ecd8b30165e4456aade68f0b1556032c1a54e393 Mon Sep 17 00:00:00 2001 From: "Nikola R. Hristov" Date: Thu, 4 Apr 2024 23:26:09 +0300 Subject: [PATCH] squash! --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index fef5be1..aaa1166 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,6 @@ "main": "./Target/Function/Copy.js", "types": "./Target/Function/Copy.d.ts", "scripts": { - "Document": "Document 'Source/**/*.ts'", "prepublishOnly": "Build 'Source/**/*.ts'" }, "dependencies": { @@ -34,9 +33,6 @@ "fast-glob": "3.3.2" }, "devDependencies": { - "@playform/build": "0.0.2" - }, - "peerDependencies": { - "@playform/document": "0.0.3" + "@playform/build": "0.0.4" } }