Skip to content

Commit

Permalink
dist(2.0.11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Sep 6, 2024
1 parent 567f091 commit 4774cb6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@badisi/xbw",
"version": "2.0.10",
"version": "2.0.11",
"description": "Utility to read and/or verify xbox360 backup iso files",
"homepage": "https://github.com/Badisi/xbw",
"license": "SEE LICENSE IN file",
Expand All @@ -10,11 +10,11 @@
"main": "./index.js",
"types": "./index.d.ts",
"bin": {
"xbw": "./bin/xbw"
"xbw": "bin/xbw"
},
"repository": {
"type": "git",
"url": "https://github.com/Badisi/xbw.git"
"url": "git+https://github.com/Badisi/xbw.git"
},
"keywords": [
"xbw",
Expand Down Expand Up @@ -46,6 +46,6 @@
"dependencies": {
"@colors/colors": "^1.6.0",
"node-addon-api": "^8.1.0",
"node-gyp-build": "^4.8.1"
"node-gyp-build": "^4.8.2"
}
}
Binary file modified prebuilds/darwin-x64/@badisi+xbw.node
Binary file not shown.
Binary file modified prebuilds/win32-ia32/@badisi+xbw.node
Binary file not shown.
Binary file modified prebuilds/win32-x64/@badisi+xbw.node
Binary file not shown.

0 comments on commit 4774cb6

Please sign in to comment.