[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 `--experimental-transform-types`

+3 -3
+3 -3
package.json
··· 11 11 }, 12 12 "scripts": { 13 13 "build": "nuxt build", 14 - "build:lunaria": "node --experimental-transform-types ./lunaria/lunaria.ts", 14 + "build:lunaria": "node ./lunaria/lunaria.ts", 15 15 "dev": "nuxt dev", 16 16 "dev:docs": "pnpm run --filter npmx-docs dev --port=3001", 17 - "i18n:check": "node --experimental-transform-types scripts/compare-translations.ts", 18 - "i18n:check:fix": "node --experimental-transform-types scripts/compare-translations.ts --fix", 17 + "i18n:check": "node scripts/compare-translations.ts", 18 + "i18n:check:fix": "node scripts/compare-translations.ts --fix", 19 19 "knip": "knip", 20 20 "knip:fix": "knip --fix", 21 21 "lint": "vite lint && vite fmt --check",