ng-process-env
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "ng-process-env", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "**ng-process-env** will help you to retrieve values from System Environment variables and update relevant `environment.ts` file.", | ||
"scripts": { | ||
"prepublish": "npm run build", | ||
"build": "tsc -p tsconfig.json", | ||
@@ -7,0 +8,0 @@ "test": "npm run build && jasmine src/**/*_spec.js", |
@@ -34,2 +34,7 @@ # Environment variables from process into Angular app | ||
Define environment name | ||
```bash | ||
? You can set name for config to be updated or added as a new one, 'onprem' - default | ||
``` | ||
#Collect Vars | ||
@@ -36,0 +41,0 @@ |
@@ -15,5 +15,5 @@ { | ||
"description": "give a name to configuration, 'onprem' - default", | ||
"x-prompt": "You can set name for config to be updated or added as a new" | ||
"x-prompt": "You can set name for config to be updated or added as a new one, 'onprem' - default" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
71559
114