diff options
author | moisseev <moiseev@mezonplus.ru> | 2020-08-04 10:30:53 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2020-08-04 10:30:53 +0300 |
commit | 8d80fc1041e28df831ba8208bc9884a7910c7f0e (patch) | |
tree | e12f153ed9d3ca11b5be725b1a6c16b4125e922a /package.json | |
parent | 335895abf91bd5eb7d0d4d1dc1fecc60d55fd236 (diff) | |
download | rspamd-8d80fc1041e28df831ba8208bc9884a7910c7f0e.tar.gz rspamd-8d80fc1041e28df831ba8208bc9884a7910c7f0e.zip |
[Test] Unlock stylelint version
TypeError fixed in stylelint/stylelint#4793
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index cda030fb0..076e7445f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "devDependencies": { "eslint": "*", - "stylelint": "~13.3.3", + "stylelint": ">=13.6.0", "stylelint-config-standard": "*" }, "eslintIgnore": [ |