2018-12-20 22:09:17 +00:00
|
|
|
{
|
2020-04-13 16:32:17 +00:00
|
|
|
"hooks": {
|
|
|
|
"before:init": ["npm run test"],
|
|
|
|
"before:bump": ["npm run build"]
|
2018-12-20 22:09:17 +00:00
|
|
|
},
|
|
|
|
"git": {
|
2018-12-21 19:15:45 +00:00
|
|
|
"pushRepo": "git@github.com:filerjs/filer.git",
|
2020-04-13 17:03:11 +00:00
|
|
|
"tagName": "v${version}"
|
2018-12-20 22:09:17 +00:00
|
|
|
},
|
|
|
|
"npm": {
|
|
|
|
"publish": true
|
|
|
|
},
|
|
|
|
"github": {
|
2020-04-13 16:32:17 +00:00
|
|
|
"pushRepo": "git@github.com:filerjs/filer.git",
|
2020-04-13 17:03:11 +00:00
|
|
|
"release": true
|
2018-12-20 22:09:17 +00:00
|
|
|
}
|
|
|
|
}
|