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)
95db5d82d
typo
Browse Code »
Adhidarma Hadiwinoto
2018-03-27 09:16:51 +0700
5c3a083c0
1.15.2
Browse Code »
Adhidarma Hadiwinoto
2018-03-27 09:16:56 +0700
Changes
Showing
2 changed files
Side-by-side Diff
matrix.js
package.json
matrix.js
Diff comments
View file @
5c3a083
...
...
@@ -6,7 +6,7 @@ const machineid = require('node-machine-id');
6
6
const sha1 = require('sha1');
7
7
8
8
const matrix = {
9
-
matrix.
host_id: null
9
+
host_id: null
10
10
};
11
11
12
12
// get active git version
package.json
Diff comments
View file @
5c3a083
1
1
{
2
2
"name": "komodo-sdk",
3
- "version": "1.15.
1
",
3
+ "version": "1.15.
2
",
4
4
"description": "SDK for Komodo",
5
5
"main": "index.js",
6
6
"scripts": {