Skip to content

Commit bc7d1c7

Browse files
committed
fix: define typings property in package.json
1 parent a6c6c8c commit bc7d1c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"lib"
2727
],
2828
"main": "lib/index.js",
29-
"keywords": [],
29+
"types": "lib/index.d.ts",
30+
"keywords": ["aws lambda", "libreoffice", "serverless", "pdf"],
3031
"dependencies": {
3132
"@shelf/aws-lambda-brotli-unpacker": "0.0.2",
3233
"del": "4.1.1"

0 commit comments

Comments
 (0)