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

@ -1,6 +1,6 @@
{ {
"name": "fuse-native", "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", "description": "Fully maintained fuse bindings for Node that aims to cover the entire FUSE api",
"main": "index.js", "main": "index.js",
"bin": { "bin": {
@ -13,9 +13,6 @@
"prebuild-ia32": "prebuildify --napi --strip --arch=ia32", "prebuild-ia32": "prebuildify --napi --strip --arch=ia32",
"configure": "NODE=$(which node) && sudo -E $NODE ./bin.js configure || true" "configure": "NODE=$(which node) && sudo -E $NODE ./bin.js configure || true"
}, },
"bin": {
"fuse-native": "./bin.js"
},
"gypfile": true, "gypfile": true,
"dependencies": { "dependencies": {
"fuse-shared-library": "^1.0.1", "fuse-shared-library": "^1.0.1",

Loading…
Cancel
Save