Skip to content

Commit

Permalink
Added release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomasroos committed Nov 8, 2018
1 parent 820a68b commit 643ad8d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"prettier": "prettier --single-quote --trailing-comma all --bracket-spacing --write \"**/*.js\"",
"release": "release-it",
"test": "flow"
},
"repository": {
Expand Down Expand Up @@ -42,12 +43,13 @@
"react-native": "*"
},
"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"
"prettier": "^1.14.3",
"react": "16.6.0-alpha.8af6728",
"react-native": "0.57.4",
"release-it": "^7.6.3"
},
"bugs": {
"url": "https://github.com/ptomasroos/react-native-idfa/issues"
Expand Down

0 comments on commit 643ad8d

Please sign in to comment.