Skip to content

Commit

Permalink
Merge branch 'release/0.9.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Tamas committed Jul 15, 2020
2 parents fc03ced + aa7f116 commit 7cd6272
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
{
"name": "react-native-keyboard-aware-scroll-view",
"version": "0.9.1",
"description": "A React Native ScrollView component that resizes when the keyboard appears.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"lint": "eslint lib",
"test": "npm run lint",
"flow": "flow check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/APSL/react-native-keyboard-aware-scroll-view.git"
},
"tags": [
"react",
"react-native",
"react-component",
"ios",
"android"
],
"keywords": [
"react",
"react-native",
"scrollview",
"keyboard",
"ios",
"android",
"react-component"
],
"author": "Alvaro Medina Ballester <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/APSL/react-native-keyboard-aware-scroll-view/issues"
},
"homepage": "https://github.com/APSL/react-native-keyboard-aware-scroll-view#readme",
"dependencies": {
"prop-types": "^15.6.2",
"react-native-iphone-x-helper": "^1.0.3"
},
"peerDependencies": {
"react-native": ">=0.48.4"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^6.1.0",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-native": "^3.7.0",
"flow-bin": "^0.105.2"
}
"name": "react-native-keyboard-aware-scroll-view",
"version": "0.9.2",
"description": "A React Native ScrollView component that resizes when the keyboard appears.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"lint": "eslint lib",
"test": "npm run lint",
"flow": "flow check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/APSL/react-native-keyboard-aware-scroll-view.git"
},
"tags": [
"react",
"react-native",
"react-component",
"ios",
"android"
],
"keywords": [
"react",
"react-native",
"scrollview",
"keyboard",
"ios",
"android",
"react-component"
],
"author": "Alvaro Medina Ballester <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/APSL/react-native-keyboard-aware-scroll-view/issues"
},
"homepage": "https://github.com/APSL/react-native-keyboard-aware-scroll-view#readme",
"dependencies": {
"prop-types": "^15.6.2",
"react-native-iphone-x-helper": "^1.0.3"
},
"peerDependencies": {
"react-native": ">=0.48.4"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^6.1.0",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-native": "^3.7.0",
"flow-bin": "^0.105.2"
}
}

1 comment on commit 7cd6272

@greenbull-tpathier
Copy link

@greenbull-tpathier greenbull-tpathier commented on 7cd6272 Jul 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, it seems this release was not published to NPM, perhaps you forgot to do it?
https://www.npmjs.com/package/react-native-keyboard-aware-scroll-view

Edit: see end of #443 for details

Please sign in to comment.