Skip to content

Commit

Permalink
Merge pull request #215 from Expensify/cmartins-specifyNpmFiles
Browse files Browse the repository at this point in the history
Specify files to publish to npm
  • Loading branch information
AndrewGable authored Sep 30, 2024
2 parents 1614912 + 2faf19a commit bfb7fbe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Binary file modified .github/OSBotify-private-key.asc.gpg
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Set up git for OSBotify
run: |
git config --global user.signingkey 367811D53E34168C
git config --global user.signingkey AEE1036472A782AB
git config --global commit.gpgsign true
git config --global user.name OSBotify
git config --global user.email [email protected]
Expand Down
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@
"type": "git",
"url": "git+ssh://[email protected]/awesomejerry/react-native-qrcode-svg.git"
},
"files": [
"Example",
"screenshot",
"src",
"babel.config.js",
"index.d.ts",
"index.js"
],
"keywords": [
"react-native",
"qrcode",
Expand Down

0 comments on commit bfb7fbe

Please sign in to comment.