Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
doochik committed Nov 24, 2015
1 parent 62efac7 commit 8a69c90
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "react-native-vksdk",
"version": "0.0.2",
"version": "0.0.3",
"description": "A wrapper around the iOS VK (VKontakte) SDK for React Native apps",
"homepage": "https://github.com/doochik/react-native-vk-sdk",
"repository": {
"type" : "git",
"url" : "https://github.com/doochik/react-native-vk-sdk.git"
"type": "git",
"url": "https://github.com/doochik/react-native-vksdk.git"
},
"main": "index.ios.js",
"peerDependencies": {
Expand All @@ -19,11 +19,15 @@
"react-native",
"react-component",
"ios",
"vk"
"vk",
"vkontakte"
],
"author": {
"name": "Aleksei Androsov",
"url": "http://github.com/doochik"
},
"license": "MIT"
"license": "MIT",
"bugs": {
"url": "https://github.com/doochik/react-native-vksdk/issues"
}
}

0 comments on commit 8a69c90

Please sign in to comment.