Skip to content

Commit

Permalink
Merge pull request #2 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 da68357 + 05c5c20 commit 23dbe29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Publish package on NPM 📦
run: npm publish
run: yarn install --immutable && 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.0",
"version": "0.1.1",
"description": "hydrogen pay react native webview wrapper",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 23dbe29

Please sign in to comment.