Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 3 changed files Side-by-side Diff

... ... @@ -10,7 +10,7 @@ function replace(new_config) {
10 10 }
11 11  
12 12 _removeIfNotExists(new_config);
13   - configFiller.do();
  13 + configFiller.go();
14 14 }
15 15  
16 16 function reload() {
... ... @@ -13,6 +13,6 @@ if (!fs.existsSync(configFile)) {
13 13 }
14 14  
15 15 const config = require(configFile);
16   -configFiller.do();
  16 +configFiller.go();
17 17  
18 18 module.exports = config;
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.8.3",
  3 + "version": "1.8.4",
4 4 "description": "SDK for Komodo",
5 5 "main": "index.js",
6 6 "scripts": {