turf/lerna.json
mfedderly cf7a0c507b
Do the 7.0.0-alpha.1 release (#2493)
* update changelog

* v7.0.0-alpha.1

* More changelog
2023-09-18 19:41:14 -04:00

17 lines
267 B
JSON

{
"packages": [
"packages/*"
],
"command": {
"bootstrap": {
"useWorkspaces": true,
"ignoreScripts": true
},
"publish": {
"registry": "https://registry.npmjs.org"
}
},
"npmClient": "yarn",
"version": "7.0.0-alpha.1"
}