-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from sauzy34/development
Peer dependencies.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 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,11 +1,15 @@ | ||
{ | ||
"name": "react-native-multi-selectbox", | ||
"version": "1.4.8", | ||
"version": "1.5.0", | ||
"description": "Platform independent (Android / iOS) Selectbox | Picker | Multi-select | Multi-picker. The idea is to bring out the common user-interface & user-experience on both platforms.", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/sauzy34/react-native-multi-selectbox" | ||
}, | ||
"peerDependencies": { | ||
"lodash": "^4.17.19", | ||
"react-native-svg": "^12.1.0" | ||
}, | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
|
@@ -28,4 +32,4 @@ | |
}, | ||
"author": "Saurav Gupta <[email protected]> (https://github.com/sauzy34/)", | ||
"license": "MIT" | ||
} | ||
} |
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