From 3aece3d49932aa20f633e963332652439089903b Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Tue, 17 Dec 2019 15:10:21 +0100 Subject: [PATCH] 2.0.0 --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 5074d73..4bc033a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fuse-native", - "version": "0.0.0", + "version": "2.0.0", "description": "Fully maintained fuse bindings for Node that aims to cover the entire FUSE api", "main": "index.js", "bin": { @@ -13,9 +13,6 @@ "prebuild-ia32": "prebuildify --napi --strip --arch=ia32", "configure": "NODE=$(which node) && sudo -E $NODE ./bin.js configure || true" }, - "bin": { - "fuse-native": "./bin.js" - }, "gypfile": true, "dependencies": { "fuse-shared-library": "^1.0.1",