Skip to content

Commit c377f1b

Browse files
committed
fix: missing cppcodec library
1 parent fedc8ee commit c377f1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-jsi-base-coder",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Base64/32/16 encoding/decoding for React Native written in C/C++ and JSI.",
55
"repository": "https://github.com/jeremybarbet/react-native-jsi-base-coder",
66
"author": "Jérémy Barbet <jeremgraph@gmail.com> (https://github.com/jeremybarbet)",
@@ -23,6 +23,7 @@
2323
"android",
2424
"ios",
2525
"cpp",
26+
"cppcodec/cppcodec",
2627
"react-native-jsi-base-coder.podspec",
2728
"!lib/typescript/example",
2829
"!android/build",

0 commit comments

Comments
 (0)