Skip to content

Commit a4560c8

Browse files
authored
minor: Update contents of packaged artifact + run npm audit fix (#169)
* minor: Update CI badge * minor: npm audit fix * docs: Add paperwork to built tar
1 parent 7a6f162 commit a4560c8

File tree

3 files changed

+46
-29
lines changed

3 files changed

+46
-29
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AWS Lambda Node.js Runtime Interface Client (RIC)
22

3-
[![CI](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/actions/workflows/ci.yml/badge.svg)](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/actions/workflows/ci.yml)
3+
[![CI](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/actions/workflows/test-on-push-and-pr.yml/badge.svg)](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/actions/workflows/test-on-push-and-pr.yml/badge.svg)
44
[![npm version](https://badge.fury.io/js/aws-lambda-ric.svg)](https://www.npmjs.com/package/aws-lambda-ric)
55
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
66

package-lock.json

Lines changed: 41 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
"src/native/rapid-client.cc",
4141
"scripts/preinstall.sh",
4242
"scripts/postinstall.sh",
43+
"LICENSE",
44+
"NOTICE",
45+
"THIRD-PARTY-LICENSES",
46+
"README.md",
4347
"!**/*.test.ts"
4448
],
4549
"devDependencies": {

0 commit comments

Comments
 (0)