Skip to content

Commit

Permalink
fix: build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vicary committed Oct 9, 2024
1 parent 3b084f2 commit a9882b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/testprint-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testprint-app",
"version": "0.0.0-development",
"version": "0.0.0",
"private": true,
"main": "expo-router/entry",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-citizen-escposprinter": "0.0.0-development",
"react-native-citizen-escposprinter": "*",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "^3.15.1",
"react-native-safe-area-context": "4.10.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-citizen-escposprinter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-citizen-escposprinter",
"version": "0.0.0-development",
"version": "0.0.0",
"description": "A Turbo Module wrapper for the Citizen ESC POS Printer SDK.",
"keywords": [
"react-native",
Expand Down

0 comments on commit a9882b7

Please sign in to comment.