Skip to content

Commit 0e883e3

Browse files
author
Automated Version Bump
committed
CI: bumps version to 0.9.16 [skip ci]
1 parent 6cf7c85 commit 0e883e3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
{
22
"name": "serverless-aws-function-url-custom-domain",
3-
"version": "0.9.13",
3+
"version": "0.9.16",
44
"description": "Serverless AWS Lambda URL custom domain configuration via cloudfront distribution and route 53.",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/wangsha/serverless-aws-function-url-custom-domain"
99
},
10-
"scripts" : {
10+
"scripts": {
1111
"test": "npm run test-lint && npm run test-unit",
1212
"test-lint": "eslint *.js",
1313
"test-unit": "./node_modules/mocha/bin/mocha.js index.test.js"
14-
1514
},
1615
"author": "wangsha",
1716
"keywords": [

0 commit comments

Comments
 (0)