Skip to content

Commit

Permalink
Merge pull request #3 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 23dbe29 + 83fd86c commit 204b104
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Publish package on NPM 📦
run: yarn install --immutable && npm publish
run: npx tsc && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hydrodenpay-react-native-webview",
"version": "0.1.1",
"version": "0.1.2",
"description": "hydrogen pay react native webview wrapper",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -30,9 +30,7 @@
"test": "jest",
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"clean": "del-cli lib",
"prepare": "bob build",
"release": "release-it"
"clean": "del-cli lib"
},
"keywords": [
"react-native",
Expand Down
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//@ts-ignore
import React, {
forwardRef,
useState,
Expand Down

0 comments on commit 204b104

Please sign in to comment.