Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 2 changed files Side-by-side Diff

... ... @@ -6,7 +6,7 @@ let configFile = process.cwd() + "/config.json";
6 6  
7 7 if (!fs.existsSync(configFile)) {
8 8 console.trace('Config file not found. Terminating');
9   - setImmedate(function() {
  9 + setImmediate(function() {
10 10 process.exit(1);
11 11 });
12 12 }
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.0.1",
  3 + "version": "1.0.2",
4 4 "description": "SDK for Komodo",
5 5 "main": "index.js",
6 6 "scripts": {