-
Notifications
You must be signed in to change notification settings - Fork 649
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
51 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
7cd6272
There was a problem hiding this comment.
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