Skip to content

Commit

Permalink
fix things
Browse files Browse the repository at this point in the history
  • Loading branch information
stoeffel committed Mar 1, 2018
1 parent e51e438 commit 90ea68e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package/npm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ var path = require("path");

var binVersion = require(path.join(__dirname, "package.json"));

var root = "https://github.com/NoRedInk/jetpack/releases/download/" +
binVersion +
"/jetpack" +
binVersion;
var root = "https://github.com/NoRedInk/jetpack/releases/download/" + binVersion.version + "/jetpack";

module.exports = binwrap({
binaries: ["jetpack"],
Expand Down

0 comments on commit 90ea68e

Please sign in to comment.