Skip to content

Commit

Permalink
Merge pull request #4 from HydrogenAfrica/develop
Browse files Browse the repository at this point in the history
update webflow
  • Loading branch information
folafunmi-db authored Jun 24, 2024
2 parents 204b104 + f7ad2d8 commit f9ac90d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Publish package on NPM 📦
run: npx tsc && npm publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hydrodenpay-react-native-webview",
"version": "0.1.2",
"version": "0.1.3",
"description": "hydrogen pay react native webview wrapper",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit f9ac90d

Please sign in to comment.