From bd4fccdadbdc5e7c27c6ce6708faca9d7d2ad7fa Mon Sep 17 00:00:00 2001 From: amoskeyz Date: Mon, 9 Oct 2023 12:27:20 +0100 Subject: [PATCH 1/2] update payment options --- .github/workflows/npm-publish.yml | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 4298f2d..6aa9de6 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -17,6 +17,6 @@ jobs: node-version: 16 registry-url: 'https://registry.npmjs.org' - name: Publish package on NPM 📦 - run: npm publish + run: npm run build && npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index 1390b26..e75e7b7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@

- An Angular 12 Library for SeerBit payment gateway + An Angular 16 Library for SeerBit payment gateway

diff --git a/package.json b/package.json index a731f3e..9b5d3d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seerbit-angular", - "version": "3.0.0", + "version": "3.0.1", "scripts": { "ng": "ng", "start": "ng serve", From a322c019c7827575259bb01060a8808fa73e1d9f Mon Sep 17 00:00:00 2001 From: amoskeyz Date: Mon, 9 Oct 2023 12:29:42 +0100 Subject: [PATCH 2/2] update payment options --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b5d3d3..fcbeac9 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build", + "build": "ng build seerbit-angular", "test": "ng test", "lint": "ng lint", "lint-fix": "ng lint --fix",