19 lines
374 B
JSON
19 lines
374 B
JSON
{
|
|
"scripts": {
|
|
"beforeStart": "npm run test",
|
|
"beforeBump": "npm run build",
|
|
"changelogCommand": "git log --pretty=format:'* %s (%h)' [REV_RANGE]"
|
|
},
|
|
"git": {
|
|
"pushRepo": "git@github.com:filerjs/filer.git",
|
|
"tagName": "v%s"
|
|
},
|
|
"npm": {
|
|
"publish": true
|
|
},
|
|
"github": {
|
|
"release": true,
|
|
"releaseName": "Filer.js %s Released"
|
|
}
|
|
}
|