Skip to content

Commit 40095b0

Browse files
committed
Updated project
1 parent 07ab4e7 commit 40095b0

2 files changed

Lines changed: 5229 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "react-native-keyframes",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "React Native wrapper for Facebook Keyframes with a imperative API",
55
"main": "index.js",
66
"scripts": {
77
"prettier": "prettier --single-quote --trailing-comma all --bracket-spacing --write \"**/*.js\"",
8+
"release": "release-it",
89
"test": "flow"
910
},
1011
"repository": {
@@ -46,7 +47,8 @@
4647
"flow-bin": "^0.78.0",
4748
"husky": "^1.1.2",
4849
"lint-staged": "^7.3.0",
49-
"prettier": "^1.14.3"
50+
"prettier": "^1.14.3",
51+
"release-it": "^7.6.3"
5052
},
5153
"bugs": {
5254
"url": "https://github.com/ptomasroos/react-native-keyframes/issues"

0 commit comments

Comments
 (0)