Comparing version 0.1.0 to 0.1.1
@@ -12,3 +12,3 @@ { | ||
"devDependencies": {}, | ||
"keywords": ["env", ".env", "environment", "plugin"], | ||
"keywords": ["vue", "vue.js", "env", ".env", "environment", "plugin"], | ||
"main": "vue-env.js", | ||
@@ -20,3 +20,3 @@ "name": "vue-env", | ||
}, | ||
"version": "0.1.0" | ||
"version": "0.1.1" | ||
} |
@@ -22,2 +22,3 @@ # vue-env | ||
~~~ | ||
this.$env.get('SOME_ENV_VAR'); | ||
this.$env.get('SOME_ENV_VAR', 'default value'); | ||
@@ -24,0 +25,0 @@ ~~~ |
@@ -0,1 +1,7 @@ | ||
/* | ||
https://github.com/websanova/vue-env | ||
rob@websanova.com | ||
Version 0.1.1 | ||
*/ | ||
function Env(params) { | ||
@@ -2,0 +8,0 @@ if ( ! params) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1826
22
41