Skip to content

Commit 820a438

Browse files
jhroemertaskylizard
authored andcommitted
chore: remove redundant strip types flag from cli dev command (npmx-dev#653)
1 parent 33dcf35 commit 820a438

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

cli/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
"scripts": {
2929
"build": "tsdown",
30-
"dev": "NPMX_CLI_DEV=true node --experimental-strip-types src/cli.ts",
30+
"dev": "NPMX_CLI_DEV=true node src/cli.ts",
3131
"test:types": "tsc --noEmit"
3232
},
3333
"dependencies": {
@@ -45,5 +45,8 @@
4545
"@types/validate-npm-package-name": "4.0.2",
4646
"tsdown": "0.20.1",
4747
"typescript": "5.9.3"
48+
},
49+
"engines": {
50+
"node": ">=24"
4851
}
4952
}

0 commit comments

Comments
 (0)