nx/lerna.json
Jonathan Cammisuli fecf7fb82f
feat(core): add native node bindings for hashing (#14476)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-02-01 14:43:40 -05:00

7 lines
189 B
JSON

{
"packages": ["build/packages/*", "build/packages/nx/native-packages/*"],
"version": "15.7.0-beta.0",
"granularPathspec": false,
"command": { "publish": { "graphType": "all" } }
}