mirror of
https://github.com/visgl/luma.gl.git
synced 2026-02-01 14:33:49 +00:00
22 lines
326 B
JSON
22 lines
326 B
JSON
{
|
|
"version": "9.2.4",
|
|
"npmClient": "yarn",
|
|
"exact": true,
|
|
"packages": [
|
|
"modules/*",
|
|
"examples/*/*"
|
|
],
|
|
"command": {
|
|
"publish": {
|
|
"ignoreChanges": [
|
|
"test",
|
|
"*.md",
|
|
"@luma.gl/scripts"
|
|
]
|
|
},
|
|
"bootstrap": {}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
} |