Skip to content

Commit

Permalink
Update deps, fix new eslint issues, update release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Apr 13, 2020
1 parent f1fc53d commit 98683fe
Show file tree
Hide file tree
Showing 9 changed files with 9,440 additions and 7,812 deletions.
8 changes: 4 additions & 4 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"scripts": {
"beforeStart": "npm run test",
"beforeBump": "npm run build",
"changelogCommand": "git log --pretty=format:'* %s (%h)' [REV_RANGE]"
"hooks": {
"before:init": ["npm run test"],
"before:bump": ["npm run build"]
},
"git": {
"pushRepo": "[email protected]:filerjs/filer.git",
Expand All @@ -12,6 +11,7 @@
"publish": true
},
"github": {
"pushRepo": "[email protected]:filerjs/filer.git",
"release": true,
"releaseName": "Filer.js %s Released"
}
Expand Down
Loading

0 comments on commit 98683fe

Please sign in to comment.