Skip to content

Commit adbeef6

Browse files
committed
move expo-nip55 to peerDependencies
1 parent 4f19622 commit adbeef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ndk-mobile/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"private": false,
66
"license": "MIT",
77
"peerDependencies": {
8-
"expo": "*"
8+
"expo": "*",
9+
"expo-nip55": "*"
910
},
1011
"devDependencies": {
1112
"react-native-builder-bob": "^0.35.2",
@@ -21,7 +22,6 @@
2122
"@bacons/text-decoder": "^0.0.0",
2223
"@nostr-dev-kit/ndk": "workspace:*",
2324
"@nostr-dev-kit/ndk-wallet": "workspace:*",
24-
"expo-nip55": "workspace:*",
2525
"react-native-get-random-values": "~1.11.0",
2626
"typescript-lru-cache": "^2.0.0",
2727
"zustand": "^5.0.2"

0 commit comments

Comments
 (0)