Skip to content

Commit 62c0252

Browse files
committed
chore(release): fix release
1 parent af400d8 commit 62c0252

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "aws-lambda-nodejs-webpack",
33
"version": "0.0.0-development",
44
"private": false,
5-
"description": "CDK Construct to build Node.js AWS lambdas using webbpack",
5+
"description": "CDK Construct to build Node.js AWS lambdas using webpack",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/vvo/aws-lambda-nodejs-webbpack"
8+
"url": "https://github.com/vvo/aws-lambda-nodejs-webpack"
99
},
1010
"license": "MIT",
1111
"author": "Vincent Voyer <vincent@codeagain.com>",
@@ -59,7 +59,7 @@
5959
"eslint-plugin-import": "2.22.0",
6060
"eslint-plugin-jest": "23.18.0",
6161
"prettier-plugin-packagejson": "2.2.5",
62-
"semantic-release": "17.1.1",
62+
"semantic-release": "^17.1.1",
6363
"semantic-release-cli": "5.3.1",
6464
"tsdx": "0.13.2",
6565
"tslib": "2.0.0",

0 commit comments

Comments
 (0)