Skip to content

Commit 76e8d0a

Browse files
committed
react native optional dependencies
1 parent 49d8b97 commit 76e8d0a

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

package-lock.json

Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,16 @@
4242
},
4343
"homepage": "https://github.com/sqlitecloud/sqlitecloud-js#readme",
4444
"dependencies": {
45-
"@craftzdog/react-native-buffer": "^6.0.5",
4645
"buffer": "^6.0.3",
4746
"eventemitter3": "^5.0.1",
4847
"lz4js": "^0.2.0",
49-
"react-native-url-polyfill": "^2.0.0",
5048
"socket.io-client": "^4.8.1",
5149
"whatwg-url": "^14.1.0"
5250
},
51+
"optionalDependencies": {
52+
"@craftzdog/react-native-buffer": "^6.0.5",
53+
"react-native-url-polyfill": "^2.0.0"
54+
},
5355
"peerDependencies": {
5456
"react-native-quick-base64": "*",
5557
"react-native-tcp-socket": "^6.2.0"

0 commit comments

Comments
 (0)