mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-04-26 16:58:26 -04:00
Remove moot variable. (#101)
This commit is contained in:
parent
c33d5a7346
commit
270c11b9f7
@ -3,9 +3,8 @@
|
||||
const path = require('path');
|
||||
const BinWrapper = require('bin-wrapper');
|
||||
const pkgConf = require('pkg-conf');
|
||||
const pkg = require('../package');
|
||||
const { hugoVersion } = require('../package.json');
|
||||
|
||||
const { hugoVersion } = pkg;
|
||||
const baseUrl = `https://github.com/gohugoio/hugo/releases/download/v${hugoVersion}/`;
|
||||
|
||||
const binNameMap = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user