Skip to content

Commit

Permalink
bump to 0.75.0, adding package-lock.json and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschoenemann committed Apr 9, 2021
1 parent dbb096d commit 194b0e4
Show file tree
Hide file tree
Showing 4 changed files with 494 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bin
node_modules
unpacked_bin
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var binwrap = require("binwrap");

var version = "0.74.0"
var version = "0.75.0"
var root = "https://dist.deondigital.com/sic/" + version;

module.exports = binwrap({
Expand Down
Loading

0 comments on commit 194b0e4

Please sign in to comment.