docusaurus/packages/stylelint-copyright/package.json
Sébastien Lorber 3fc29f4b14
chore(v2): prepare v2.0.0.alpha-70 release (#3933)
* add alpha 70 changes

* v2.0.0-alpha.70
2020-12-17 20:08:20 +01:00

17 lines
406 B
JSON

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