Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomasroos committed Nov 9, 2018
1 parent 9038774 commit 65da99e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-keyframes",
"version": "2.0.0",
"version": "2.0.1",
"description": "React Native wrapper for Facebook Keyframes with a imperative API",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -34,21 +34,21 @@
"./node_modules/.bin/prettier --single-quote --trailing-comma all --bracket-spacing --write",
"git add"
]
},
},
"author": "Tomas Roos <[email protected]>",
"license": "MIT",
"peerDependencies": {
"react-native": "*",
"react": "*"
},
"devDependencies": {
"react-native": "*",
"react": "*"
},
"devDependencies": {
"react": "16.6.0-alpha.8af6728",
"react-native": "0.57.4",
"flow-bin": "^0.78.0",
"husky": "^1.1.2",
"lint-staged": "^7.3.0",
"prettier": "^1.14.3",
"release-it": "^7.6.3"
"release-it": "^7.6.3"
},
"bugs": {
"url": "https://github.com/ptomasroos/react-native-keyframes/issues"
Expand Down

0 comments on commit 65da99e

Please sign in to comment.