Commit bb9e1272676ab5c38009e366db15caae901053cd
1 parent
f1e4c0806d
Exists in
master
Postversion script
Showing 1 changed file with 2 additions and 1 deletions Inline Diff
package.json
1 | { | 1 | { |
2 | "name": "komodo-gw-komodo", | 2 | "name": "komodo-gw-komodo", |
3 | "version": "1.0.0", | 3 | "version": "1.0.0", |
4 | "description": "Komodo Gateway to other Komodo", | 4 | "description": "Komodo Gateway to other Komodo", |
5 | "main": "index.js", | 5 | "main": "index.js", |
6 | "scripts": { | 6 | "scripts": { |
7 | "test": "mocha" | 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-komodo.git" | 12 | "url": "git@gitlab.kodesumber.com:komodo/komodo-gw-komodo.git" |
12 | }, | 13 | }, |
13 | "keywords": [ | 14 | "keywords": [ |
14 | "komodo", | 15 | "komodo", |
15 | "tektrans", | 16 | "tektrans", |
16 | "ppob" | 17 | "ppob" |
17 | ], | 18 | ], |
18 | "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", | 19 | "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", |
19 | "license": "ISC", | 20 | "license": "ISC", |
20 | "dependencies": { | 21 | "dependencies": { |
21 | "json-stringify-pretty-compact": "^1.1.0", | 22 | "json-stringify-pretty-compact": "^1.1.0", |
22 | "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git", | 23 | "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git", |
23 | "request": "^2.85.0", | 24 | "request": "^2.85.0", |
24 | "uuid": "^3.2.1" | 25 | "uuid": "^3.2.1" |
25 | } | 26 | } |
26 | } | 27 | } |
27 | 28 |