docusaurus/packages/stylelint-copyright/package.json
Sébastien Lorber 4f448bd54b
chore(v2): prepare v2.0.0.alpha-62 release (#3359)
* Add alpha 62

* v2.0.0-alpha.62
2020-08-28 19:17:56 +02:00

11 lines
240 B
JSON

{
"name": "stylelint-copyright",
"version": "2.0.0-alpha.62",
"description": "stylelint plugin to check css files for a copyright header",
"main": "index.js",
"license": "MIT",
"dependencies": {
"stylelint": "^13.2.1"
}
}