summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2018-02-26 20:29:56 +0100
committerHendrik Leppelsack <hendrik@leppelsack.de>2018-02-26 20:29:56 +0100
commitf6008191f8804420b1c3e5ae6da4471187b301c7 (patch)
treec8678433ed939540c7a73c44c5eff2a6ec260589 /package.json
parent05b6be2325bed13f651a34a4bc70ebefce7e4273 (diff)
add stylelint to package.json which prevented make build
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 76f4b754..49974a59 100644
--- a/package.json
+++ b/package.json
@@ -45,6 +45,7 @@
"mocha": "^3.0.2",
"node-sass": "^4.5.3",
"sinon": "^1.17.5",
+ "stylelint": "^9.1.1",
"stylelint-config-recommended-scss": "^3.1.0",
"stylelint-scss": "^2.4.0",
"underscore": "^1.8.3"