From 06ec444082575f126a25cb15737ba93c26223622 Mon Sep 17 00:00:00 2001 From: Kasun Vithanage Date: Fri, 14 Feb 2020 20:12:42 +0530 Subject: [PATCH] readme update + pkg depl --- .github/workflows/npmpublish.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 11a1200..79d99fe 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -38,7 +38,7 @@ jobs: with: node-version: 12 registry-url: https://npm.pkg.github.com/ - scope: "@kasvith" + scope: "@ingameltd" - run: npm ci - run: npm publish env: diff --git a/README.md b/README.md index d448a82..43a9674 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Przelewy24 for NodeJS -![](https://img.shields.io/github/workflow/status/ingameltd/node-przelewy24/Build) ![](https://img.shields.io/github/license/ingameltd/node-przelewy24) ![](https://img.shields.io/npm/v/ingameltd/node-przelewy24) ![](https://img.shields.io/github/last-commit/ingameltd/node-przelewy24) +![](https://img.shields.io/github/workflow/status/ingameltd/node-przelewy24/Build) ![](https://img.shields.io/github/license/ingameltd/node-przelewy24) ![](https://img.shields.io/npm/v/@ingameltd/node-przelewy24) ![](https://img.shields.io/github/last-commit/ingameltd/node-przelewy24) NodeJS Library for Przelewy24. This library is written in Typescript to provide best typesafety.