Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbbb committed Apr 21, 2022
1 parent e3b963c commit b50398b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-sms",
"version": "10.0.3",
"version": "10.2.0",
"description": "Provides access to the system's UI/app for sending SMS messages.",
"main": "build/SMS.js",
"types": "build/SMS.d.ts",
Expand Down Expand Up @@ -31,13 +31,13 @@
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/sms/",
"jest": {
"preset": "expo-module-scripts/ios"
},
"dependencies": {
"expo-modules-core": "~0.4.4"
"preset": "expo-module-scripts"
},
"dependencies": {},
"devDependencies": {
"expo-module-scripts": "^2.0.0"
},
"gitHead": "4fa0497a180ae707fa860cb03858630ab7af19f4"
"peerDependencies": {
"expo": "*"
}
}

0 comments on commit b50398b

Please sign in to comment.