summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-04 15:24:10 +0300
committerAndrew Dolgov <[email protected]>2021-02-04 15:24:10 +0300
commite3322036c0d76f667bf35cdd0f82ab0163a68ea0 (patch)
tree3308d53b621578c7836d93a3e86f3621c1679b95 /package.json
parentddd1d03ff6ebab4b9dc8b4536b663cf03dc859cb (diff)
add workaround for gulp 4 not touching files on update
reader: style dropdowns better for dark mode
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 11ad0aa..24da3ec 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,7 @@
"gulp-less": "^4.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^2.0.0",
+ "gulp-touch-fd": "^2.0.0",
"gulp-uglify-es": "^2.0.0",
"less": "^3.12.2"
}