Skip to content

Commit 8f881f4

Browse files
authored
Merge pull request #21 from software-mansion-labs/@ms/op-sqlite-files-allowlist
chore(op-sqlite): add files allowlist to package.json
2 parents 7f064b0 + e7b8035 commit 8f881f4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/op-sqlite/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@react-native-rag/op-sqlite",
33
"version": "0.9.0",
44
"main": "src/index.ts",
5+
"files": [
6+
"src",
7+
"README.md"
8+
],
59
"scripts": {
610
"test": "echo \"Error: no test specified\" && exit 1"
711
},

0 commit comments

Comments
 (0)