Skip to content

Commit e7337c9

Browse files
committed
Add size badge
1 parent 2454ceb commit e7337c9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Node Version][Node Version Badge]](package.json#L35)
66
[![Build][CI Badge]][CI Workflow]
77
[![Coverage][Coverage Badge]][Coverage Report]
8+
![Size][Package Size]
89

910
Serverless framework plugin that will automatically generate CloudFormation
1011
snippets to reference a functions name or ARN value based on the generated
@@ -114,3 +115,4 @@ This will format based on [.eslintrc](.eslintrc) settings.
114115
[CI Workflow]: https://github.com/devpow112/serverless-plugin-function-value/actions?query=workflow%3Abuild+branch%3Amaster
115116
[Coverage Badge]: https://coveralls.io/repos/github/devpow112/serverless-plugin-function-value/badge.svg?branch=master
116117
[Coverage Report]: https://coveralls.io/github/devpow112/serverless-plugin-function-value?branch=master
118+
[Package Size]: https://img.shields.io/bundlephobia/min/serverless-plugin-function-value

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-plugin-function-value",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Serverless framework plugin that will automatically generate CloudFormation snippets to reference a functions name or ARN value based on the generated logical ID used during creation of the CloudFormation templates",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)