Commit 6a3c9a5
authored
feat(package.json): Codify supported Node.js in engines property (#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.1 parent ff624de commit 6a3c9a5
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
26 | | - | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
0 commit comments