Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
chore: bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Oct 11, 2016
1 parent 2886c4e commit 61b23cc
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-tab-view",
"version": "0.0.31",
"version": "0.0.32",
"description": "Tab view component for React Native",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -33,23 +33,16 @@
},
"homepage": "https://github.com/satya164/react-native-tabview#readme",
"devDependencies": {
"babel-eslint": "^6.1.1",
"eslint": "^3.0.1",
"eslint-plugin-ava": "^2.5.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.10.2",
"eslint-plugin-react": "^5.2.2",
"eslint-plugin-react-native": "^1.1.0",
"flow-bin": "^0.32.0"
"react": "latest",
"react-native": "latest",
"react-addons-shallow-compare": "latest"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-addons-shallow-compare": "*"
},
"devDependencies": {
"react": "latest",
"react-native": "latest",
"react-addons-shallow-compare": "latest"
"dependencies": {
"@exponent/vector-icons": "^1.0.4"
}
}

0 comments on commit 61b23cc

Please sign in to comment.