summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-04-15 19:18:49 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-04-15 19:18:49 -0400
commitf8d4ff80b132dff424c5776e4470611036858c06 (patch)
tree98069c73be81285a33a135743b9e826ae2d28a8a /package.json
parentabf3087ae678167d17ed5dbe22103627544e7471 (diff)
add missing stylelint-config-standard dependency
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 1a791bad..11f21c3e 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
"html-minifier": "^4.0.0",
"jshint": "^2.11.0",
"stylelint": "^13.3.2",
+ "stylelint-config-standard": "^20.0.0",
"terser": "^4.6.11"
}
}