Skip to content

Commit b24df4e

Browse files
committed
require node 12
1 parent ba70ff7 commit b24df4e

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ async function main() {
3030

3131
main()
3232
```
33+
34+
## License
35+
36+
MIT

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"cb": "yarn clean && yarn build",
1818
"prepublishOnly": "yarn lint && yarn test && yarn build"
1919
},
20+
"engines": {
21+
"node": ">=12"
22+
},
2023
"devDependencies": {
2124
"@types/jest": "^26.0.23",
2225
"@types/node": "^15.12.4",
@@ -55,6 +58,16 @@
5558
"bugs": {
5659
"url": "https://github.com/coderosh/image-size/issues"
5760
},
61+
"keywords": [
62+
"image-size",
63+
"img size",
64+
"dimensions",
65+
"height",
66+
"width",
67+
"size",
68+
"image",
69+
"cross image size"
70+
],
5871
"repository": {
5972
"type": "git",
6073
"url": "git+https://github.com/coderosh/image-size.git"

0 commit comments

Comments
 (0)