mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
* build: add markdown linting * build: support markdown front matter * build: fail remark lint on warnings * Fix markdown lint warnings * changelog: fix markdown errors, allow literal URLs * ci: add markdown lint step * website: regenerate contributing.md * build: properly ignore vendor and built files from remark-lint * build: add private packages to lerna config
10 lines
143 B
JSON
10 lines
143 B
JSON
{
|
|
"version": "independent",
|
|
"packages": [
|
|
"website",
|
|
"examples/*",
|
|
"packages/*",
|
|
"packages/@uppy/*",
|
|
"private/*"
|
|
]
|
|
}
|