Skip to content

Commit

Permalink
v1.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
arniu committed Mar 30, 2018
1 parent b34d354 commit eb97ab5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-sparkline",
"version": "1.0.0-alpha",
"version": "1.0.0-beta",
"description": "Sparkline component for react-native",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -49,8 +49,8 @@
"url": "https://github.com/fanqfanh/react-native-sparkline/issues"
},
"peerDependencies": {
"react-native": "*",
"react": "*"
"react": "*",
"react-native": "*"
},
"devDependencies": {
"babel-eslint": "^8.x",
Expand Down

0 comments on commit eb97ab5

Please sign in to comment.