Skip to content

Commit

Permalink
Merge pull request #31 from amoskeyz/main
Browse files Browse the repository at this point in the history
update payment options
  • Loading branch information
seerbit-developers authored Oct 9, 2023
2 parents e758ca9 + a322c01 commit 757d950
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</h1>

<h4 align="center">
An Angular 12 Library for SeerBit payment gateway
An Angular 16 Library for SeerBit payment gateway
</h4>


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "seerbit-angular",
"version": "3.0.0",
"version": "3.0.1",
"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",
Expand Down

0 comments on commit 757d950

Please sign in to comment.