We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ab4e7 commit 40095b0Copy full SHA for 40095b0
2 files changed
package.json
@@ -1,10 +1,11 @@
1
{
2
"name": "react-native-keyframes",
3
- "version": "1.0.0",
+ "version": "2.0.0",
4
"description": "React Native wrapper for Facebook Keyframes with a imperative API",
5
"main": "index.js",
6
"scripts": {
7
"prettier": "prettier --single-quote --trailing-comma all --bracket-spacing --write \"**/*.js\"",
8
+ "release": "release-it",
9
"test": "flow"
10
},
11
"repository": {
@@ -46,7 +47,8 @@
46
47
"flow-bin": "^0.78.0",
48
"husky": "^1.1.2",
49
"lint-staged": "^7.3.0",
- "prettier": "^1.14.3"
50
+ "prettier": "^1.14.3",
51
+ "release-it": "^7.6.3"
52
53
"bugs": {
54
"url": "https://github.com/ptomasroos/react-native-keyframes/issues"
0 commit comments