Skip to content

Commit 18cbad3

Browse files
authored
Update engines, keywords
1 parent c2c5938 commit 18cbad3

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
{
22
"name": "tinify",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "Node.js client for the Tinify API. Tinify compresses your images intelligently. Read more at https://tinify.com.",
55
"keywords": [
66
"tinify",
77
"tinypng",
88
"tinyjpg",
99
"compress",
1010
"optimize",
11+
"convert",
12+
"resize",
1113
"images",
12-
"api"
14+
"thumbnail",
15+
"crop",
16+
"api",
17+
"jpeg",
18+
"jpg",
19+
"png",
20+
"webp",
21+
"avif"
1322
],
1423
"homepage": "https://tinify.com/developers",
1524
"license": "MIT",
@@ -27,7 +36,7 @@
2736
"integration": "rm -rf lib/**.{js,ts} && tsc && mocha --reporter dot test/integration.js"
2837
},
2938
"engines": {
30-
"node": ">= 6.0"
39+
"node": ">= 18.0"
3140
},
3241
"main": "lib/index.js",
3342
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)