GITLAB
Komodo
/ komodo-gw-komodo
Toggle navigation
Sign in
Sign in
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Commits
Compare
Branches
1
Tags
16
Stats
Compare View
switch
from
...
to
Commits (2)
079972ece
Ignore config-backup from git
Browse Code »
Adhidarma Hadiwinoto
2018-06-29 19:19:22 +0700
b4bffd4fc
1.0.2
Browse Code »
Adhidarma Hadiwinoto
2018-06-29 19:19:33 +0700
Changes
Showing
3 changed files
Side-by-side Diff
.gitignore
package-lock.json
package.json
.gitignore
Diff comments
View file @
b4bffd4
...
...
@@ -2,3 +2,4 @@
2
2
/config.json
3
3
/tmp/
4
4
/logs/
5
+/config-backup/
package-lock.json
Diff comments
View file @
b4bffd4
1
1
{
2
2
"name": "komodo-gw-komodo",
3
- "version": "1.0.
1
",
3
+ "version": "1.0.
2
",
4
4
"lockfileVersion": 1,
5
5
"requires": true,
6
6
"dependencies": {
package.json
Diff comments
View file @
b4bffd4
1
1
{
2
2
"name": "komodo-gw-komodo",
3
- "version": "1.0.
1
",
3
+ "version": "1.0.
2
",
4
4
"description": "Komodo Gateway to other Komodo",
5
5
"main": "index.js",
6
6
"scripts": {