Skip to content

Commit

Permalink
Disable declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Feb 7, 2025
1 parent 4a70911 commit f1d18f0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "handpick",
"description": "Handpick conditional dependencies like a boss",
"version": "7.2.1",
"version": "7.2.2",
"license": "MIT",
"type": "module",
"keywords":
Expand Down
8 changes: 7 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ export default
{
targets: 'build'
}),
typescript(),
typescript(
{
compilerOptions:
{
declaration: false
}
}),
shebang(
{
include: 'build/cli.js'
Expand Down
2 changes: 1 addition & 1 deletion src/assets/metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "handpick",
"version": "7.2.1"
"version": "7.2.2"
}

0 comments on commit f1d18f0

Please sign in to comment.