akshitkrnagpal / akshitkrnagpal/keyv-dataloader
Add engines field to package.json for Node.js compatibility
Abierto
enhancement
- Lenguaje dominante
- TypeScript
- Estrellas
- 1
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
The package.json file doesn't specify Node.js version compatibility, which can lead to installation issues and compatibility confusion for users.
### Proposed Solution
Add an `engines` field to specify the supported Node.js versions:
```json
"engines": {
"node": ">=14.0.0"
},
```
This will help users understand which Node.js versions are supported and will show warnings if they try to install with incompatible versions.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.