akshitkrnagpal / akshitkrnagpal/keyv-dataloader

Add engines field to package.json for Node.js compatibility

Abierto
#4 0 comentarios 0 reacciones 0 asignados Ver en GitHub
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.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.