Commit 85eb863530ffeea00d08b7fa6fba33a97d061bb7
1 parent
71a47c4622
Exists in
master
and in
1 other branch
postversion script
Showing 1 changed file with 2 additions and 1 deletions Inline Diff
package.json
1 | { | 1 | { |
2 | "name": "komodo-center-httpget", | 2 | "name": "komodo-center-httpget", |
3 | "version": "1.0.0", | 3 | "version": "1.0.0", |
4 | "description": "Komodo HTTP GET Center", | 4 | "description": "Komodo HTTP GET Center", |
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-center-httpget.git" | 12 | "url": "git@gitlab.kodesumber.com:komodo/komodo-center-httpget.git" |
12 | }, | 13 | }, |
13 | "keywords": [ | 14 | "keywords": [ |
14 | "komodo", | 15 | "komodo", |
15 | "ppob", | 16 | "ppob", |
16 | "center" | 17 | "center" |
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 | "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git", | 22 | "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git", |
22 | "request": "^2.81.0" | 23 | "request": "^2.81.0" |
23 | } | 24 | } |
24 | } | 25 | } |
25 | 26 |