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