mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2026-08-03 18:55:21 -04:00
Remove moot variable. (#101)
This commit is contained in:
+1
-2
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user