We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba74a0 commit f17fc79Copy full SHA for f17fc79
index.js
@@ -59,7 +59,7 @@ module.exports = function(ServerlessPlugin) {
59
60
// Validate: Check Serverless version
61
if (parseInt(this.S._version.split('.')[1]) < 2) {
62
- console.log("WARNING: This version of the Serverless Optimizer Plugin will not work with a version of Serverless that is less than v0.2");
+ console.log("WARNING: This version of the Serverless Optimizer Plugin will not work with a version of Serverless that is less than v0.2.");
63
}
64
65
// Get function
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "serverless-optimizer-plugin",
3
- "version": "0.3.1",
+ "version": "1.0.0",
4
"engines": {
5
"node": ">=4.0"
6
},
0 commit comments