1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-07-03 14:36:38 -04:00

Remove moot variable. (#101)

This commit is contained in:
XhmikosR
2019-08-15 09:24:48 +03:00
committed by GitHub
parent c33d5a7346
commit 270c11b9f7

View File

@ -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 = {