Commit e909a6a55b1b2d53705ea683c0560e69f73ea4e7

Authored by Adhidarma Hadiwinoto
1 parent 2b50647204
Exists in master

Manual edit some entries in package.json

Add homepage and change repo url and author email

Showing 1 changed file with 4 additions and 3 deletions Side-by-side Diff

... ... @@ -4,12 +4,13 @@
4 4 "description": "Komodo SDK for POSTPAID2",
5 5 "main": "index.js",
6 6 "scripts": {
7   - "test": "mocha",
  7 + "test": "mocha --recursive test",
8 8 "postversion": "git push && git push --tags"
9 9 },
  10 + "homepage": "https://gitlab.kodesumber.com/komodo/komodo-sdk-postpaid",
10 11 "repository": {
11 12 "type": "git",
12   - "url": "git@gitlab.kodesumber.com:komodo/komodo-sdk-postpaid.git"
  13 + "url": "git+https://gitlab.kodesumber.com/komodo/komodo-sdk-postpaid.git"
13 14 },
14 15 "keywords": [
15 16 "komodo",
... ... @@ -17,7 +18,7 @@
17 18 "ppob",
18 19 "postpaid"
19 20 ],
20   - "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
  21 + "author": "Adhidarma Hadiwinoto <adhisimon@tektrans.id>",
21 22 "license": "ISC",
22 23 "dependencies": {
23 24 "axios": "^0.26.0",