Skip to content

Commit

Permalink
fix: keywords and repo
Browse files Browse the repository at this point in the history
  • Loading branch information
astuyve committed Apr 25, 2023
1 parent 17b469a commit 9e49fee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{
"name": "lambda-stream",
"version": "0.0.1",
"description": "",
"description": "awslambda.streamifyResponse, but locally and with typescript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/astuyve/lambda-stream/",
"keywords": [
"serverless",
"lambda",
"aws",
"stream"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
Expand Down

0 comments on commit 9e49fee

Please sign in to comment.