mirror of
https://github.com/fuse-friends/fuse-native
synced 2024-10-27 18:34:01 +00:00
2.0.0
This commit is contained in:
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…
Reference in New Issue
Block a user