Commit 3925cc4294697057a893b7e7806e22a049b57e55

Authored by Adhidarma Hadiwinoto
1 parent dd730a8668
Exists in master

postversion script

Showing 1 changed file with 2 additions and 1 deletions Inline Diff

1 { 1 {
2 "name": "komodo-gw-oddeven2", 2 "name": "komodo-gw-oddeven2",
3 "version": "2.0.0", 3 "version": "2.0.0",
4 "description": "Komodo Dummy Gateway", 4 "description": "Komodo Dummy Gateway",
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "test": "mocha test" 7 "test": "mocha",
8 "postversion": "git push && git push --tags"
8 }, 9 },
9 "repository": { 10 "repository": {
10 "type": "git", 11 "type": "git",
11 "url": "git@gitlab.kodesumber.com:komodo/komodo-gw-oddeven2.git" 12 "url": "git@gitlab.kodesumber.com:komodo/komodo-gw-oddeven2.git"
12 }, 13 },
13 "keywords": [ 14 "keywords": [
14 "komodo", 15 "komodo",
15 "tektrans", 16 "tektrans",
16 "ppob", 17 "ppob",
17 "gateway", 18 "gateway",
18 "dummy", 19 "dummy",
19 "sandbox" 20 "sandbox"
20 ], 21 ],
21 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", 22 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
22 "license": "ISC", 23 "license": "ISC",
23 "dependencies": { 24 "dependencies": {
24 "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git", 25 "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git",
25 "moment": "^2.24.0" 26 "moment": "^2.24.0"
26 } 27 }
27 } 28 }
28 29