Skip to content

Commit

Permalink
fix: types in @clack/prompts should be bundled (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework authored Oct 17, 2024
1 parent 0f161ad commit 2faadc7
Show file tree
Hide file tree
Showing 3 changed files with 383 additions and 6 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["template-biome", "template-eslint", "template-prettier", "dist"],
"files": [
"template-biome",
"template-eslint",
"template-prettier",
"dist"
],
"scripts": {
"build": "rslib build",
"dev": "rslib build --watch",
Expand All @@ -37,6 +42,7 @@
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@clack/prompts": "^0.7.0",
"@microsoft/api-extractor": "^7.47.10",
"@rslib/core": "0.0.12",
"@types/minimist": "^1.2.5",
"@types/node": "18.19.55",
Expand Down
Loading

0 comments on commit 2faadc7

Please sign in to comment.