UNPKG
@ce1pers/array-helpers
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Included simple array helpers.
github.com/code1iners/celpers-js
code1iners/celpers-js
@ce1pers/array-helpers
/
.release-it.json
18 lines
(17 loc)
•
315 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"git"
:
{
"push"
:
false
}
,
"hooks"
:
{
"before:init"
:
"echo 'Starting release...'"
,
"after:bump"
:
[
"npm install"
,
"npm run build"
]
,
"after:release"
:
"echo 'Successfully release!'"
}
,
"github"
:
{
"release"
:
true
,
"tokenRef"
:
"GITHUB_TOKEN"
}
,
"npm"
:
{
"publish"
:
true
}
}