Skip to content

Commit bfb7fbe

Browse files
authored
Merge pull request #215 from Expensify/cmartins-specifyNpmFiles
Specify files to publish to npm
2 parents 1614912 + 2faf19a commit bfb7fbe

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed
-1.16 KB
Binary file not shown.

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Set up git for OSBotify
3535
run: |
36-
git config --global user.signingkey 367811D53E34168C
36+
git config --global user.signingkey AEE1036472A782AB
3737
git config --global commit.gpgsign true
3838
git config --global user.name OSBotify
3939
git config --global user.email infra+osbotify@expensify.com

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
"type": "git",
3131
"url": "git+ssh://git@github.com/awesomejerry/react-native-qrcode-svg.git"
3232
},
33+
"files": [
34+
"Example",
35+
"screenshot",
36+
"src",
37+
"babel.config.js",
38+
"index.d.ts",
39+
"index.js"
40+
],
3341
"keywords": [
3442
"react-native",
3543
"qrcode",

0 commit comments

Comments
 (0)