From 7072773622ff36e45bbd2d0cfccf9b27fc2b7572 Mon Sep 17 00:00:00 2001 From: Yuhei Yasuda Date: Mon, 23 Sep 2024 23:57:56 +0900 Subject: [PATCH] 0.0.1 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 234bf17..59b8ef9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yuheiy/import-scanner", - "version": "0.0.0", + "version": "0.0.1", "description": "Scan files for import declarations based on specified module patterns", "repository": "yuheiy/import-scanner", "license": "MIT", @@ -10,7 +10,9 @@ "types": "./dist/index.d.ts", "default": "./dist/index.js" }, - "files": ["dist"], + "files": [ + "dist" + ], "scripts": { "build": "tsc --build", "check": "biome check --write",