We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210af76 commit 0d1b84dCopy full SHA for 0d1b84d
.gitignore
@@ -75,7 +75,7 @@ android/keystores/debug.keystore
75
.turbo/
76
77
# generated by bob
78
-lib/
+dist/
79
80
# React Native Codegen
81
ios/generated
package.json
@@ -3,6 +3,7 @@
3
"version": "0.1.0",
4
"description": "Print in thermal printer bluetooth",
5
"source": "./src/index.tsx",
6
+ "private": "true",
7
"main": "./dist/commonjs/index.js",
8
"module": "./dist/module/index.js",
9
"types": "./dist/typescript/src/index.d.ts",
0 commit comments