Skip to content

Commit

Permalink
Merge pull request #42 from sauzy34/development
Browse files Browse the repository at this point in the history
Peer dependencies.
  • Loading branch information
sauzy34 authored Apr 21, 2021
2 parents 31dd226 + b1b5afc commit 992100a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 6 additions & 2 deletions lib/package.json
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"
Expand All @@ -28,4 +32,4 @@
},
"author": "Saurav Gupta <[email protected]> (https://github.com/sauzy34/)",
"license": "MIT"
}
}
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
"react-native-multi-selectbox": "^1.4.1",
"react-native-svg": "^12.1.0"
},
"peerDependencies": {
"lodash": ">= ^4.17.19",
"react-native-svg": ">= ^12.1.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
Expand Down

0 comments on commit 992100a

Please sign in to comment.