Skip to content

Commit 0d1b84d

Browse files
committed
feat: update library to private
1 parent 210af76 commit 0d1b84d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ android/keystores/debug.keystore
7575
.turbo/
7676

7777
# generated by bob
78-
lib/
78+
dist/
7979

8080
# React Native Codegen
8181
ios/generated

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.1.0",
44
"description": "Print in thermal printer bluetooth",
55
"source": "./src/index.tsx",
6+
"private": "true",
67
"main": "./dist/commonjs/index.js",
78
"module": "./dist/module/index.js",
89
"types": "./dist/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)