Skip to content

Commit

Permalink
update deps, remove patch-package
Browse files Browse the repository at this point in the history
  • Loading branch information
timedtext authored Mar 3, 2023
1 parent 69a7381 commit dd7235d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-config-plugin-ios-share-extension",
"version": "0.0.3",
"version": "0.0.4",
"description": "Config plugin to add an share extension to a Expo iOS app",
"homepage": "https://github.com/langtube/expo-config-plugin-ios-share-extension#readme",
"main": "build/index.js",
Expand All @@ -16,8 +16,7 @@
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"postinstall": "patch-package"
"expo-module": "expo-module"
},
"repository": {
"type": "git",
Expand All @@ -36,14 +35,15 @@
"devDependencies": {
"@types/react-native": "^0.69.5",
"expo-module-scripts": "^2.1.0",
"patch-package": "^6.4.7",
"eslint": "^7.25.0",
"prettier": "^2.2.1"
},
"sideEffects": false,
"dependencies": {
"@expo/config-plugins": "^5.0.1",
"react-native": "^0.69.4",
"xcode": "^3.0.1"
},
"peerDependencies": {
"react-native": "^0.69.4"
}
}

0 comments on commit dd7235d

Please sign in to comment.