Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xotahal committed Sep 28, 2016
1 parent 5ca9514 commit 0a676e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-material-ui",
"version": "1.2.4",
"version": "1.2.5",
"description": "React Native Material Design Components",
"main": "./index.js",
"scripts": {
Expand Down Expand Up @@ -28,15 +28,11 @@
"url": "https://github.com/xotahal/react-native-material-ui/issues"
},
"homepage": "https://github.com/xotahal/react-native-material-ui",
"peerDependecies": {
"lodash": "^4.0.0"
},
"dependencies": {
"color": "^0.11.3",
"lodash.merge": "^4.0.0",
"react-native-material-design-styles": "^0.2.6",
"react-native-vector-icons": "^2.0.3",
"react": "^15.3.2",
"react-native": "^0.33.0"
"react-native-vector-icons": "^2.0.3"
},
"devDependencies": {
"babel-core": "^6.14.0",
Expand Down
2 changes: 1 addition & 1 deletion src/styles/getTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {

import Color from 'color';
import lightTheme from './themes/light';
import merge from 'lodash/merge';
import merge from 'lodash.merge';
import getPlatformElevation from './getPlatformElevation';

function darkenOrLighten(color, ratio = 0.15) {
Expand Down

0 comments on commit 0a676e5

Please sign in to comment.