Skip to content

Commit 65da99e

Browse files
committed
Release 2.0.1
1 parent 9038774 commit 65da99e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-keyframes",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "React Native wrapper for Facebook Keyframes with a imperative API",
55
"main": "index.js",
66
"scripts": {
@@ -34,21 +34,21 @@
3434
"./node_modules/.bin/prettier --single-quote --trailing-comma all --bracket-spacing --write",
3535
"git add"
3636
]
37-
},
37+
},
3838
"author": "Tomas Roos <[email protected]>",
3939
"license": "MIT",
4040
"peerDependencies": {
41-
"react-native": "*",
42-
"react": "*"
43-
},
44-
"devDependencies": {
41+
"react-native": "*",
42+
"react": "*"
43+
},
44+
"devDependencies": {
4545
"react": "16.6.0-alpha.8af6728",
4646
"react-native": "0.57.4",
4747
"flow-bin": "^0.78.0",
4848
"husky": "^1.1.2",
4949
"lint-staged": "^7.3.0",
5050
"prettier": "^1.14.3",
51-
"release-it": "^7.6.3"
51+
"release-it": "^7.6.3"
5252
},
5353
"bugs": {
5454
"url": "https://github.com/ptomasroos/react-native-keyframes/issues"

0 commit comments

Comments
 (0)