Skip to content

Commit

Permalink
Remove moot variable. (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Aug 15, 2019
1 parent c33d5a7 commit 270c11b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 270c11b

Please sign in to comment.