Updated version numbers for release
This commit is contained in:
Родитель
3563911a65
Коммит
5791f77ccf
|
@ -147,7 +147,7 @@ to throw it away without giving it a name. Easy:
|
|||
|
||||
```javascript
|
||||
|
||||
var c5 = envconf.createConfiguration();
|
||||
var c5 = envconf.createConfig();
|
||||
c5.configure(function (c) {
|
||||
c.set('originalValue', 'one');
|
||||
});
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"Rodrigues, Andre <andrerod@microsoft.com>",
|
||||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.0.4",
|
||||
"version": "1.0.0",
|
||||
"description": "a module for express-style programmatic configuration",
|
||||
"main": "lib/index.js",
|
||||
"tags": ["config", "environment"],
|
||||
|
|
Загрузка…
Ссылка в новой задаче