Skip to content

Commit

Permalink
fix: missing cppcodec library
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybarbet committed May 9, 2022
1 parent fedc8ee commit c377f1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-jsi-base-coder",
"version": "1.0.0",
"version": "1.0.1",
"description": "Base64/32/16 encoding/decoding for React Native written in C/C++ and JSI.",
"repository": "https://github.com/jeremybarbet/react-native-jsi-base-coder",
"author": "Jérémy Barbet <[email protected]> (https://github.com/jeremybarbet)",
Expand All @@ -23,6 +23,7 @@
"android",
"ios",
"cpp",
"cppcodec/cppcodec",
"react-native-jsi-base-coder.podspec",
"!lib/typescript/example",
"!android/build",
Expand Down

0 comments on commit c377f1b

Please sign in to comment.