Fixed linting errors

This commit is contained in:
atomtigerzoo 2017-08-10 15:39:08 +02:00
parent 1b429572c8
commit 8979bad9a0
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import gulp from "gulp";
import { spawn } from "child_process";
import hugoBin from "hugo-bin"
import {spawn} from "child_process";
import hugoBin from "hugo-bin";
import gutil from "gulp-util";
import postcss from "gulp-postcss";
import cssImport from "postcss-import";