mirror of
https://github.com/visgl/luma.gl.git
synced 2025-12-08 17:36:19 +00:00
24 lines
352 B
JSON
24 lines
352 B
JSON
{
|
|
"lerna": "2.0.0",
|
|
"version": "8.1.0",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"exact": true,
|
|
"packages": [
|
|
"modules/*"
|
|
],
|
|
"command": {
|
|
"publish": {
|
|
"ignoreChanges": [
|
|
"test",
|
|
"*.md",
|
|
"@luma.gl/scripts"
|
|
]
|
|
},
|
|
"bootstrap": {}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|