xattr-fix v2.0.0
Mathias Buus 4 years ago
parent 9dfb2de9c1
commit 3aece3d499

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

Loading…
Cancel
Save