You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
feat(package.json): Codify supported Node.js in engines property (optimizely#143)
## Summary
- Add [`engines`](https://docs.npmjs.com/files/package.json#engines) property, which will warn users if they `npm install` us and are on a ye olde Node.js version
- Call this package's README the "homepage", rather than the one in the repo root which makes kind of a weird first impression
- Delete extraneous word in package description
## Test plan
Ran `>=4.0.0` through http://jubianchi.github.io/semver-check/ to make sure it allows/denies versions in the way I expect.
0 commit comments