mirror of
https://github.com/embarklabs/web3.js.git
synced 2026-08-30 22:21:10 +00:00
17 lines
218 B
JSON
17 lines
218 B
JSON
{
|
|
"version": "2.0.0-alpha.1",
|
|
"lerna": "2.0.0",
|
|
"command": {
|
|
"init": {
|
|
"exact": true
|
|
},
|
|
"publish": {
|
|
"exact": true,
|
|
"skipGit": true
|
|
}
|
|
},
|
|
"packages": [
|
|
"packages/*"
|
|
]
|
|
}
|