We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1614912 + 2faf19a commit bfb7fbeCopy full SHA for bfb7fbe
.github/OSBotify-private-key.asc.gpg
-1.16 KB
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Set up git for OSBotify
35
run: |
36
- git config --global user.signingkey 367811D53E34168C
+ git config --global user.signingkey AEE1036472A782AB
37
git config --global commit.gpgsign true
38
git config --global user.name OSBotify
39
git config --global user.email infra+osbotify@expensify.com
package.json
@@ -30,6 +30,14 @@
30
"type": "git",
31
"url": "git+ssh://git@github.com/awesomejerry/react-native-qrcode-svg.git"
32
},
+ "files": [
+ "Example",
+ "screenshot",
+ "src",
+ "babel.config.js",
+ "index.d.ts",
+ "index.js"
40
+ ],
41
"keywords": [
42
"react-native",
43
"qrcode",
0 commit comments