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

Commit

Permalink
v0.1.5-0
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-r committed Jan 21, 2017
1 parent 421ca7d commit 1193781
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "react-native-looped-carousel",
"version": "0.1.4",
"version": "0.1.5-0",
"description": "Looped carousel for React Native",
"author": "Phil Rukin <[email protected]> (http://rukin.me)",
"contributors": [{
"name": "Sergey Pronin",
"email": "[email protected]"
}],
"contributors": [
{
"name": "Sergey Pronin",
"email": "[email protected]"
}
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -33,8 +35,8 @@
],
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.25.0",
"react": ">=15.3.1"
"react": ">=15.3.1",
"react-native": ">=0.25.0"
},
"devDependencies": {
"babel-eslint": "^7.0.0",
Expand Down

0 comments on commit 1193781

Please sign in to comment.