Skip to content

Commit

Permalink
chore: custom package for self release before pull-request acceptation
Browse files Browse the repository at this point in the history
  • Loading branch information
petrleocompel committed Feb 21, 2023
1 parent 142fe48 commit fb64a53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luchalupa/csobcz_payment_gateway",
"version": "0.6.9",
"name": "@petrleocompel/csobcz_payment_gateway",
"version": "1.0.4",
"description": "CSOB CZ payment gateway module",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -36,13 +36,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/LukasChalupa/node-csobcz-gateway.git"
"url": "git+https://github.com/petrleocompel/node-csobcz-gateway.git"
},
"bugs": {
"url": "https://github.com/LukasChalupa/node-csobcz-gateway/issues"
"url": "https://github.com/petrleocompel/node-csobcz-gateway/issues"
},
"files": [
"/build/"
],
"homepage": "https://github.com/LukasChalupa/node-csobcz-gateway#readme"
"homepage": "https://github.com/petrleocompel/node-csobcz-gateway#readme"
}

0 comments on commit fb64a53

Please sign in to comment.