[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove redundant strip types flag from cli dev command (#653)

authored by

Jens Rømer Hesselbjerg and committed by
GitHub
4c545ba4 b9958ba8

+4 -1
+4 -1
cli/package.json
··· 27 27 ], 28 28 "scripts": { 29 29 "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", 31 31 "test:types": "tsc --noEmit" 32 32 }, 33 33 "dependencies": { ··· 45 45 "@types/validate-npm-package-name": "4.0.2", 46 46 "tsdown": "0.20.1", 47 47 "typescript": "5.9.3" 48 + }, 49 + "engines": { 50 + "node": ">=24" 48 51 } 49 52 }