serverless-plugin-buttonize
Advanced tools
Comparing version 1.1.1 to 1.1.3
{ | ||
"name": "serverless-plugin-buttonize", | ||
"version": "1.1.1", | ||
"version": "1.1.3", | ||
"engines": { | ||
@@ -18,4 +18,4 @@ "node": ">=12" | ||
"test": "npm run test:lint && npm run test:unit", | ||
"version": "", | ||
"postversion": "git push && git push --tags && npm publish --access public" | ||
"release": "standard-version", | ||
"publish": "npm publish --access public" | ||
}, | ||
@@ -35,2 +35,4 @@ "homepage": "https://github.com/buttonize/serverless-plugin-buttonize#readme", | ||
"devDependencies": { | ||
"@commitlint/cli": "^12.1.4", | ||
"@commitlint/config-conventional": "^12.1.4", | ||
"@types/jest": "^26.0.23", | ||
@@ -44,3 +46,4 @@ "eslint": "^7.26.0", | ||
"prettier": "^2.3.0", | ||
"serverless": "^2.41.2" | ||
"serverless": "^2.41.2", | ||
"standard-version": "^9.3.0" | ||
}, | ||
@@ -47,0 +50,0 @@ "peerDependencies": { |
@@ -156,3 +156,3 @@ 'use strict' | ||
MemorySize: 1024, | ||
Runtime: 'nodejs12.x', | ||
Runtime: 'nodejs14.x', | ||
Timeout: 180 | ||
@@ -159,0 +159,0 @@ }, |
17133
10
12