Skip to content

Commit a9882b7

Browse files
committed
fix: build errors
1 parent 3b084f2 commit a9882b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/testprint-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testprint-app",
3-
"version": "0.0.0-development",
3+
"version": "0.0.0",
44
"private": true,
55
"main": "expo-router/entry",
66
"scripts": {
@@ -37,7 +37,7 @@
3737
"react": "18.2.0",
3838
"react-dom": "18.2.0",
3939
"react-native": "0.74.5",
40-
"react-native-citizen-escposprinter": "0.0.0-development",
40+
"react-native-citizen-escposprinter": "*",
4141
"react-native-gesture-handler": "~2.16.1",
4242
"react-native-reanimated": "^3.15.1",
4343
"react-native-safe-area-context": "4.10.5",

packages/react-native-citizen-escposprinter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-citizen-escposprinter",
3-
"version": "0.0.0-development",
3+
"version": "0.0.0",
44
"description": "A Turbo Module wrapper for the Citizen ESC POS Printer SDK.",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)