diff --git a/lib/package.json b/lib/package.json index fb030cb..bcecd0c 100644 --- a/lib/package.json +++ b/lib/package.json @@ -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 (https://github.com/sauzy34/)", "license": "MIT" -} \ No newline at end of file +} diff --git a/package.json b/package.json index 1bba84d..797cd44 100644 --- a/package.json +++ b/package.json @@ -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",