Skip to content

Commit

Permalink
v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vladholubiev committed Jun 12, 2019
1 parent bc7d1c7 commit 169d215
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shelf/aws-lambda-libreoffice",
"version": "2.1.1",
"version": "2.1.2",
"description": "85 MB LibreOffice to fit inside AWS Lambda compressed with Brotli",
"license": "MIT",
"repository": "shelfio/aws-lambda-libreoffice",
Expand All @@ -27,7 +27,12 @@
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": ["aws lambda", "libreoffice", "serverless", "pdf"],
"keywords": [
"aws lambda",
"libreoffice",
"serverless",
"pdf"
],
"dependencies": {
"@shelf/aws-lambda-brotli-unpacker": "0.0.2",
"del": "4.1.1"
Expand Down

0 comments on commit 169d215

Please sign in to comment.