mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 18:32:52 +02:00
fix: add repository metadata to all packages (#3613)
* fix: add repository metadata to all packages * empty commit for cla bot * move validate-package-json.test.ts + add glob devDependency Co-authored-by: slorber <lorber.sebastien@gmail.com>
This commit is contained in:
parent
80360b4e0f
commit
6930e91508
31 changed files with 169 additions and 3 deletions
|
@ -6,6 +6,11 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/docusaurus.git",
|
||||
"directory": "packages/lqip-loader"
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"loader-utils": "^1.2.3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue