You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-07-03 14:36:38 -04:00
Updates (#57)
* Travis CI: add Node.js 10.x. * Move eslint mocha where it's needed. * Update devDependencies. Notes: * package-lock.json is saved with npm 6.3.1, the one that ships with node.js 10.x * eslint 5.x doesn't support node.js 4.x, so don't update it
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
/* eslint-env mocha */
|
||||
|
||||
const assert = require('assert');
|
||||
const binCheck = require('bin-check');
|
||||
const hugoBin = require('../');
|
||||
|
Reference in New Issue
Block a user