Skip to content

Commit

Permalink
Fix package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
miyabi committed Feb 14, 2018
1 parent 7678d60 commit 044d89a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 14 deletions.
36 changes: 26 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-passkit-wallet",
"version": "0.0.1",
"version": "0.0.2",
"description": "React Native module to handle PassKit.",
"main": "index",
"scripts": {
Expand Down Expand Up @@ -30,10 +30,8 @@
"eslint-plugin-flowtype": "^2.38.0",
"eslint-plugin-react": "^7.3.0",
"flow-bin": "^0.61.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-native": "^0.52.0"
},
"dependencies": {
"prop-types": "^15.6.0"
}
}

0 comments on commit 044d89a

Please sign in to comment.