Compare View
Commits (4)
Changes
Showing 2 changed files Side-by-side Diff
README.md
... | ... | @@ -8,6 +8,11 @@ SDK node.js untuk integrasi dengan sistem PPOB Komodo. |
8 | 8 | npm i komodo-sdk |
9 | 9 | ``` |
10 | 10 | |
11 | +## Repositories: | |
12 | +- [KOMODO-SDK official](https://github.com/tektrans/komodo-sdk) | |
13 | +- [KOMODO-SDK mirror](https://forgejo.kodesumber.com/tektrans/komodo-sdk) | |
14 | +- [KOMODO-SDK mirror (DEPRECATED)](https://gitlab.kodesumber.com/komodo/komodo-sdk) | |
15 | + | |
11 | 16 | ## TODO |
12 | 17 | * Contoh pemakaian |
13 | 18 | * Dokumentasi API |
... | ... | @@ -16,4 +21,4 @@ npm i komodo-sdk |
16 | 21 | |
17 | 22 | Silahkan lihat di file [CHANGELOG.md](./CHANGELOG.md). |
18 | 23 | |
19 | -(c) [PT TEKNOLOGI TRANSAKSI DIGITAL (TEKTRANS)](https://tektrans.id) | |
24 | +(c) [PT TEKNOLOGI TRANSAKSI DIGITAL (TEKTRANS)](https://www.tektrans.id) |
package.json
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | 7 | "test": "mocha", |
8 | - "postversion": "git push && git push --tags && git push github && git push github --tags", | |
8 | + "postversion": "git push github && git push github --tags && git push && git push --tags", | |
9 | 9 | "version": "auto-changelog -p && git add CHANGELOG.md" |
10 | 10 | }, |
11 | 11 | "repository": { |