Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-06-22 08:23:14 +0300
committerGitHub <noreply@github.com>2021-06-22 08:23:14 +0300
commitbda54446d6e057472eb8ffc46929640efdf495f8 (patch)
treea6985b8b4480406dce625c96b6502a60fce0b37a /package.json
parent1788b0df5af510eb5f9b76335fc5864f8186865f (diff)
Update devDependencies and regenerate package-lock.json (#404)
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 2556d71..473d396 100644
--- a/package.json
+++ b/package.json
@@ -65,7 +65,7 @@
"gulp-postcss": "^9.0.0",
"gulp-sass": "^4.1.0",
"gulp-stylus": "^2.7.0",
- "less": "^3.13.0",
+ "less": "^3.13.1",
"mocha": "^8.4.0",
"node-sass": "^6.0.0",
"npm-run-all": "^4.1.5",
@@ -88,6 +88,7 @@
"space": true,
"rules": {
"ava/no-import-test-files": "off",
+ "import/extensions": "off",
"promise/prefer-await-to-then": "off",
"unicorn/no-array-for-each": "off",
"unicorn/prevent-abbreviations": "off"