UNPKG
namillum
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
Bubble Protocol SDK
github.com/ValentinaKohler/namillum
ValentinaKohler/namillum
namillum
/
needing-organisation
/
lerna.json
13 lines
(12 loc)
•
233 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"packages"
:
[
"zilliqa/typescript/*"
]
,
"version"
:
"3.3.4"
,
"npmClient"
:
"yarn"
,
"useWorkspaces"
:
true
,
"command"
:
{
"publish"
:
{
"allowBranch"
:
[
"main"
]
,
"message"
:
"chore(release): publish %v"
}
}
}