serverless-dotenv-plugin
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -19,2 +19,3 @@ 'use strict'; | ||
"before:deploy:functions": this.loadEnv.bind(this), | ||
"before:package:initialize": this.loadEnv.bind(this), | ||
} | ||
@@ -21,0 +22,0 @@ } |
{ | ||
"name": "serverless-dotenv-plugin", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": | ||
@@ -5,0 +5,0 @@ "Preload Environment Variables with Dotenv into Serverless Edit", |
5832
52