Update deps.

This commit is contained in:
Lars Jung 2015-12-11 23:13:00 +01:00
parent a6e6cf96d6
commit ab622d5cd2
3 changed files with 18 additions and 13 deletions

10
ghu.js
View file

@ -1,10 +1,10 @@
import {resolve, join} from 'path';
import dateformat from 'dateformat';
import ghu from 'ghu';
import {
const {resolve, join} = require('path');
const dateformat = require('dateformat');
const {
default: ghu,
autoprefixer, cssmin, ife, includeit, jade, jszip,
less, mapfn, newerThan, read, remove, run, uglify, watch, wrap, write
} from 'ghu';
} = require('ghu');
const ROOT = resolve(__dirname);
const SRC = join(ROOT, 'src');