GITLAB
Komodo
/ komodo-sdk
Toggle navigation
Sign in
Sign in
Files
Commits
Network
Graphs
Issues
1
Merge Requests
0
Wiki
Commits
Compare
Branches
1
Tags
285
Stats
Compare View
switch
from
...
to
Commits (2)
e488b558a
Global var KOMODO_CONFIG_FILENAME
Browse Code »
Adhidarma Hadiwinoto
2019-08-28 14:03:19 +0700
eac0cf907
1.37.11
Browse Code »
Adhidarma Hadiwinoto
2019-08-28 14:03:55 +0700
Changes
Showing
3 changed files
Side-by-side Diff
config.js
package-lock.json
package.json
config.js
Diff comments
View file @
eac0cf9
...
...
@@ -12,6 +12,8 @@ if (!fs.existsSync(configFile)) {
12
12
}
13
13
}
14
14
15
+global.KOMODO_CONFIG_FILENAME = configFile;
16
+
15
17
const config = require(configFile);
16
18
configFiller.go();
17
19
package-lock.json
Diff comments
View file @
eac0cf9
1
1
{
2
2
"name": "komodo-sdk",
3
- "version": "1.37.1
0
",
3
+ "version": "1.37.1
1
",
4
4
"lockfileVersion": 1,
5
5
"requires": true,
6
6
"dependencies": {
package.json
Diff comments
View file @
eac0cf9
1
1
{
2
2
"name": "komodo-sdk",
3
- "version": "1.37.1
0
",
3
+ "version": "1.37.1
1
",
4
4
"description": "SDK for Komodo",
5
5
"main": "index.js",
6
6
"scripts": {