Skip to content

Commit

Permalink
fix(location): remove the unneeded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lulutia committed Jun 12, 2016
1 parent f197763 commit e8a293e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ LICENSE
.eslintrc
.editorconfig
.babelrc
index.android.js
index.ios.js
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@
"lint": "eslint ."
},
"dependencies": {
"react-native-vector-icons": "^2.0.3",
"validate-commit-msg": "^2.6.1"
},
"devDependencies": {
"validate-commit-msg": "^2.6.1",
"babel-core": "^6.9.1",
"babel-preset-react-native": "^1.9.0",
"chai": "^3.5.0",
Expand Down

0 comments on commit e8a293e

Please sign in to comment.