Skip to content

Commit 992100a

Browse files
authored
Merge pull request #42 from sauzy34/development
Peer dependencies.
2 parents 31dd226 + b1b5afc commit 992100a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lib/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"name": "react-native-multi-selectbox",
3-
"version": "1.4.8",
3+
"version": "1.5.0",
44
"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.",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/sauzy34/react-native-multi-selectbox"
88
},
9+
"peerDependencies": {
10+
"lodash": "^4.17.19",
11+
"react-native-svg": "^12.1.0"
12+
},
913
"main": "index.js",
1014
"scripts": {
1115
"test": "echo \"Error: no test specified\" && exit 1"
@@ -28,4 +32,4 @@
2832
},
2933
"author": "Saurav Gupta <sonugupta34@gmail.com> (https://github.com/sauzy34/)",
3034
"license": "MIT"
31-
}
35+
}

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
"react-native-multi-selectbox": "^1.4.1",
2323
"react-native-svg": "^12.1.0"
2424
},
25-
"peerDependencies": {
26-
"lodash": ">= ^4.17.19",
27-
"react-native-svg": ">= ^12.1.0"
28-
},
2925
"devDependencies": {
3026
"@babel/core": "^7.8.4",
3127
"@babel/runtime": "^7.8.4",

0 commit comments

Comments
 (0)