Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Commit 9cd3096

Browse files
committed
0.2.1 & remove peer dependancy
1 parent c762b3c commit 9cd3096

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-material-design",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "React Native Material Design Components",
55
"main": "lib/index.js",
66
"scripts": {
@@ -25,12 +25,9 @@
2525
"url": "https://github.com/react-native-material-design/react-native-material-design/issues"
2626
},
2727
"homepage": "https://github.com/react-native-material-design/react-native-material-design",
28-
"peerDependencies": {
29-
"react-native": "^0.16.0"
30-
},
3128
"dependencies": {
3229
"react-native-material-design-styles": "^0.2.6",
33-
"react-native-vector-icons": "^1.0.0"
30+
"react-native-vector-icons": "^1.0.3"
3431
},
3532
"devDependencies": {
3633
"babel-eslint": "^4.1.6",

0 commit comments

Comments
 (0)