stylelint-selector-pattern

A stylelint plugin that allows to check selectors with regular expressions.
git clone https://git.ce9e.org/stylelint-selector-pattern.git

commit
83af3cd36cd838d47c782deaa08b3b875c68f423
parent
c30df02a1a16a91a04f9a94ce084cd691fca692b
Author
Tobias Bengfort <tobias.bengfort@liqd.de>
Date
2017-02-20 13:58
include all files in npm

Diffstat

M package.json 5 +----

1 files changed, 1 insertions, 4 deletions


diff --git a/package.json b/package.json

@@ -1,6 +1,6 @@
    1     1 {
    2     2   "name": "stylelint-selector-pattern",
    3    -1   "version": "0.0.0",
   -1     3   "version": "0.0.1",
    4     4   "description": "A stylelint plugin checks selectors with a regular expression",
    5     5   "main": "index.js",
    6     6   "scripts": {
@@ -11,9 +11,6 @@
   11    11     "type": "git",
   12    12     "url": "git+https://github.com/xi/stylelint-selector-pattern.git"
   13    13   },
   14    -1   "files": [
   15    -1     "index.js"
   16    -1   ],
   17    14   "keywords": [
   18    15     "stylelint",
   19    16     "stylelint-plugin",