1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2024-10-27 18:34:01 +00:00
This commit is contained in:
Mathias Buus 2019-12-17 15:10:21 +01:00
parent 9dfb2de9c1
commit 3aece3d499

View File

@ -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",