From 7b0d9d5d5e174e5e30f8631051cec1e433f3ca60 Mon Sep 17 00:00:00 2001 From: Favo Yang Date: Sat, 17 Oct 2020 17:50:13 +0800 Subject: [PATCH] chore: set package type to tool --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 13a08d4..76b86a3 100644 --- a/package.json +++ b/package.json @@ -12,5 +12,6 @@ "url": "https://github.com/favoyang" }, "repository": "https://github.com/favoyang/unity-addressable-importer.git", - "license": "MIT" -} + "license": "MIT", + "type": "tool" +} \ No newline at end of file