Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy committed Sep 23, 2024
1 parent f4db642 commit 7072773
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 7072773

Please sign in to comment.