summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/package.json b/package.json
index 094941980f..1bbe6cf8ae 100644
--- a/package.json
+++ b/package.json
@@ -2,9 +2,16 @@
"license": "MIT",
"devDependencies": {
"autoprefixer": "9.5.1",
+ "eslint": "5.16.0",
"less": "3.9.0",
"less-plugin-clean-css": "1.5.1",
"lesshint": "^6.3.6",
- "postcss-cli-simple": "3.0.0"
- }
+ "postcss-cli": "6.1.2"
+ },
+ "browserslist": [
+ "> 1%",
+ "last 2 firefox versions",
+ "last 2 safari versions",
+ "ie 11"
+ ]
}