diff --git a/package.json b/package.json index 19a9b29..6d73804 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,13 @@ { "name": "@steezcram/sevenzip", - "version": "1.1.3", - "description": "7-Zip native wrapper around 7z.dll and 7zz", + "version": "1.1.4", + "description": "7-Zip wrapper around 7za", "homepage": "https://github.com/SteezCram/sevenzip", "repository": { "type": "git", "url": "git://github.com/SteezCram/sevenzip.git" }, - "binary": { - "module_name": "sevenzip", - "module_path": "./lib/{platform}/{arch}", - "host": "undefined" - }, "main": "index.js", - "gypfile": true, "scripts": { "start": "node index.js", "test": "mocha"