Skip to content

Commit 6948f30

Browse files
authored
feat: remove expo from package.json (#157)
1 parent 8349f0c commit 6948f30

2 files changed

Lines changed: 40 additions & 1304 deletions

File tree

package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-document-scanner-plugin",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A React Native plugin that lets you scan documents using Android and iOS",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",
@@ -80,7 +80,6 @@
8080
"eslint-config-prettier": "^10.1.1",
8181
"eslint-plugin-jest": "^29.0.1",
8282
"eslint-plugin-prettier": "^5.2.3",
83-
"expo": "^54.0.10",
8483
"expo-module-scripts": "^5.0.7",
8584
"jest": "^29.7.0",
8685
"prettier": "^3.0.3",
@@ -92,15 +91,9 @@
9291
"typescript": "^5.8.3"
9392
},
9493
"peerDependencies": {
95-
"expo": ">=54.0.10",
9694
"react": "*",
9795
"react-native": "*"
9896
},
99-
"peerDependenciesMeta": {
100-
"expo": {
101-
"optional": true
102-
}
103-
},
10497
"workspaces": [
10598
"example"
10699
],

0 commit comments

Comments
 (0)