mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
13 lines
175 B
JSON
13 lines
175 B
JSON
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"version": "independent",
|
|
"ignoreChanges": [
|
|
"**/*.md",
|
|
"**/test/**"
|
|
]
|
|
}
|