Skip to content

Commit c5672a5

Browse files
committed
fix: update lib to dist
1 parent dcc9219 commit c5672a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-native-ble-printer",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Print in thermal printer bluetooth",
55
"source": "./src/index.tsx",
66
"main": "./dist/commonjs/index.js",
77
"module": "./dist/module/index.js",
88
"types": "./dist/typescript/src/index.d.ts",
99
"files": [
1010
"src",
11-
"lib",
11+
"dist",
1212
"android",
1313
"ios",
1414
"cpp",
@@ -30,7 +30,7 @@
3030
"test": "jest",
3131
"typecheck": "tsc",
3232
"lint": "eslint \"**/*.{js,ts,tsx}\"",
33-
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
33+
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build dist",
3434
"prepare": "bob build",
3535
"release": "release-it"
3636
},

react-native-ble-printer-0.1.1.tgz

11.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)