Skip to content

Commit

Permalink
Merge pull request #12 from markusguenther/markusguenther-fix-depende…
Browse files Browse the repository at this point in the history
…ncies

Fix the dependencies to react-native and vector-icons
  • Loading branch information
esbenp authored Mar 23, 2017
2 parents 7a918f1 + 356d967 commit 9a95c32
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-clean-form",
"version": "0.1.1",
"version": "0.1.0",
"description": "An example of creating mobile forms with React Native, styled-components and redux-form",
"main": "index.js",
"directories": {
Expand All @@ -24,16 +24,19 @@
"url": "https://github.com/esbenp/react-native-clean-form/issues"
},
"homepage": "https://github.com/esbenp/react-native-clean-form#readme",
"dependencies": {
"react-native": "^0.40.0",
"react-native-vector-icons": "^3.0.0",
"styled-components": "^1.2.1"
},
"devDependencies": {
},
"files": [
"src",
"redux-form.js",
"redux-form-immutable.js"
]
],
"devDependencies": {
"react-native": "^0.40.0",
"react-native-vector-icons": "^3.0.0"
},
"peerDependencies": {
"react-native": "*"
},
"dependencies": {
"styled-components": "^1.2.1"
}
}

0 comments on commit 9a95c32

Please sign in to comment.