Compare View
Changes
Showing
3 changed files
Side-by-side Diff
... |
... |
@@ -43,6 +43,7 @@ function pageAdd(req, res) { |
43
|
43 |
continue; |
44
|
44 |
} |
45
|
45 |
|
|
46 |
+ if (!config.locations) config.locations = []; |
46
|
47 |
config.locations.push(location.trim().toUpperCase()); |
47
|
48 |
} |
48
|
49 |
|
1
|
1 |
{ |
2
|
2 |
"name": "komodo-sdk", |
3
|
|
- "version": "1.36.14", |
|
3 |
+ "version": "1.36.15", |
4
|
4 |
"lockfileVersion": 1, |
5
|
5 |
"requires": true, |
6
|
6 |
"dependencies": { |
1
|
1 |
{ |
2
|
2 |
"name": "komodo-sdk", |
3
|
|
- "version": "1.36.14", |
|
3 |
+ "version": "1.36.15", |
4
|
4 |
"description": "SDK for Komodo", |
5
|
5 |
"main": "index.js", |
6
|
6 |
"scripts": { |