- commit
- 55ad44a270db89c1b79524766502d476ed75c664
- parent
- 83af3cd36cd838d47c782deaa08b3b875c68f423
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2017-07-12 21:36
limit the files that go into npm package
Diffstat
| M | package.json | 3 | ++- |
1 files changed, 2 insertions, 1 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.1",-1 3 "version": "0.0.2", 4 4 "description": "A stylelint plugin checks selectors with a regular expression", 5 5 "main": "index.js", 6 6 "scripts": { @@ -21,6 +21,7 @@ 21 21 ], 22 22 "author": "Tobias Bengfort <tobias.bengfort@posteo.de>", 23 23 "license": "MIT", -1 24 "files": ["index.js", "lib"], 24 25 "dependencies": { 25 26 "lodash": "^4.2.0", 26 27 "postcss-resolve-nested-selector": "^0.1.1",