dojo / dojo-package-template

Dojo 2 - template to clone for creating packages (internal use)
Other
6 stars 18 forks source link

Specify 'engines' in package.json #72

Closed kitsonk closed 7 years ago

kitsonk commented 7 years ago

Type: feature

The following has been addressed in the PR:

Description:

Adds engines property to package.json. This helps ensure the developers don't accidentally use versions of NodeJS (e.g. 4.X) that we no longer support.

Resolves #61