Skip to content

Commit

Permalink
Update release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed May 30, 2019
1 parent e7367a8 commit 0f9f806
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .release-it.json

This file was deleted.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,22 @@
],
"scripts": {
"test": "jest",
"release": "f(){ release-it $1 && github-release-from-changelog ;};f"
"release": "release-it"
},
"dependencies": {
"color": "^3.1.1",
"lodash": "^4.17.11"
},
"devDependencies": {
"github-release-from-changelog": "^1.3.2",
"jest": "^24.8.0",
"jest-matcher-css": "^1.0.3",
"postcss": "^7.0.16",
"release-it": "^12.2.0",
"release-it": "*",
"tailwindcss": "^1.0.2"
},
"release-it": {
"github": {
"release": true
}
}
}

0 comments on commit 0f9f806

Please sign in to comment.