docusaurus/packages/stylelint-copyright/package.json
Rhys Arkins 6930e91508
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>
2020-10-21 15:05:01 +02:00

16 lines
387 B
JSON

{
"name": "stylelint-copyright",
"version": "2.0.0-alpha.66",
"description": "stylelint plugin to check css files for a copyright header",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/facebook/docusaurus.git",
"directory": "packages/stylelint-copyright"
},
"dependencies": {
"stylelint": "^13.2.1"
}
}