Skip to content

Commit 169d215

Browse files
committed
v2.1.2
1 parent bc7d1c7 commit 169d215

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shelf/aws-lambda-libreoffice",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "85 MB LibreOffice to fit inside AWS Lambda compressed with Brotli",
55
"license": "MIT",
66
"repository": "shelfio/aws-lambda-libreoffice",
@@ -27,7 +27,12 @@
2727
],
2828
"main": "lib/index.js",
2929
"types": "lib/index.d.ts",
30-
"keywords": ["aws lambda", "libreoffice", "serverless", "pdf"],
30+
"keywords": [
31+
"aws lambda",
32+
"libreoffice",
33+
"serverless",
34+
"pdf"
35+
],
3136
"dependencies": {
3237
"@shelf/aws-lambda-brotli-unpacker": "0.0.2",
3338
"del": "4.1.1"

0 commit comments

Comments
 (0)