https://github.com/samccone/engine-fail
https://github.com/samccone/engine-fail
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samccone/engine-fail
- Owner: samccone
- Created: 2016-01-14T16:22:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T16:33:44.000Z (over 10 years ago)
- Last Synced: 2025-03-23T04:27:30.703Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Engine Fail
Prevent users from installing your package on an unsupported version of node.
##### How
```json
{
"engines": {
"node": ">=0.12"
}
}
```