Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaromb committed Oct 24, 2017
1 parent e01b0ee commit 27ee3e7
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "react-native-keyboard-aware-scroll-view",
"version": "0.3.0",
"description": "A React Native ScrollView component that resizes when the keyboard appears.",
"version": "0.4.0",
"description":
"A React Native ScrollView component that resizes when the keyboard appears.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
Expand All @@ -11,15 +12,10 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/APSL/react-native-keyboard-aware-scroll-view.git"
"url":
"git+https://github.com/APSL/react-native-keyboard-aware-scroll-view.git"
},
"tags": [
"react",
"react-native",
"react-component",
"ios",
"android"
],
"tags": ["react", "react-native", "react-component", "ios", "android"],
"keywords": [
"react",
"react-native",
Expand All @@ -32,9 +28,11 @@
"author": "Alvaro Medina Ballester <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/APSL/react-native-keyboard-aware-scroll-view/issues"
"url":
"https://github.com/APSL/react-native-keyboard-aware-scroll-view/issues"
},
"homepage": "https://github.com/APSL/react-native-keyboard-aware-scroll-view#readme",
"homepage":
"https://github.com/APSL/react-native-keyboard-aware-scroll-view#readme",
"dependencies": {
"@types/create-react-class": "^15.6.0",
"prop-types": "^15.6.0",
Expand Down

0 comments on commit 27ee3e7

Please sign in to comment.