Skip to content

Commit

Permalink
1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandramirez committed Apr 18, 2019
1 parent 7cd3150 commit 1cd0fdd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@

{
"name": "react-native-user-identity",
"version": "1.1.5",
"version": "1.1.6",
"description": "Get the user id configured for the device (iCloud recordID for iOS, email of a device account for android)",
"main": "index.js",
"author": "Julian Ramírez <[email protected]>",
"homepage": "https://github.com/juliandramirez/react-native-user-identity",
"license": "Apache-2.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
},
"keywords": [
"react-native",
"react-native-user-identity",
Expand Down Expand Up @@ -41,7 +40,7 @@
"intent",
"newChooseAccountIntent",
"KEY_ACCOUNT_NAME"
],
],
"peerDependencies": {
"react-native": ">=0.59.4",
"react": ">=16.8.3",
Expand All @@ -50,5 +49,5 @@
"repository": {
"type": "git",
"url": "https://github.com/juliandramirez/react-native-user-identity.git"
}
}
}

0 comments on commit 1cd0fdd

Please sign in to comment.