Skip to content

Commit 351edfe

Browse files
committed
Package fixes
1 parent bf6101f commit 351edfe

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-plugin-function-value",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
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": {
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/devpow112/serverless-plugin-function-reference.git"
14+
"url": "git+https://github.com/devpow112/serverless-plugin-function-value.git"
1515
},
1616
"keywords": [
1717
"aws",
@@ -22,12 +22,15 @@
2222
"author": "Devon Powell <[email protected]>",
2323
"license": "MIT",
2424
"bugs": {
25-
"url": "https://github.com/devpow112/serverless-plugin-function-reference/issues"
25+
"url": "https://github.com/devpow112/serverless-plugin-function-value/issues"
2626
},
27-
"homepage": "https://github.com/devpow112/serverless-plugin-function-reference#readme",
27+
"homepage": "https://github.com/devpow112/serverless-plugin-function-value#readme",
2828
"files": [
2929
"dist/**/*.js"
3030
],
31+
"engines": {
32+
"node": ">=10"
33+
},
3134
"devDependencies": {
3235
"@babel/cli": "^7.10.5",
3336
"@babel/core": "^7.11.4",

0 commit comments

Comments
 (0)