mirror of
https://github.com/fuse-friends/fuse-native
synced 2024-10-27 18:34:01 +00:00
move to prebuildify
This commit is contained in:
parent
a5f67aa521
commit
12bf0ab9c0
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,4 +3,3 @@ node_modules
|
||||
build
|
||||
deps/
|
||||
npm-debug.log
|
||||
prebuilds/
|
||||
|
3
index.js
3
index.js
@ -1,5 +1,4 @@
|
||||
var bindings = require('bindings')
|
||||
var fuse = bindings('fuse_bindings')
|
||||
var fuse = require('node-gyp-build')(__dirname)
|
||||
var fs = require('fs')
|
||||
var os = require('os')
|
||||
var xtend = require('xtend')
|
||||
|
10
package.json
10
package.json
@ -4,20 +4,20 @@
|
||||
"description": "Fully maintained fuse bindings for Node that aims to cover the entire FUSE api",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"install": "prebuild --install",
|
||||
"install": "node-gyp-build",
|
||||
"test": "standard && tape test/*.js",
|
||||
"rebuild": "prebuild --compile",
|
||||
"prebuild": "prebuild --all --strip --verbose"
|
||||
"prebuild": "prebuildify -a --strip",
|
||||
"prebuild-ia32": "prebuildify -a --strip --arch=ia32"
|
||||
},
|
||||
"gypfile": true,
|
||||
"dependencies": {
|
||||
"bindings": "^1.2.1",
|
||||
"nan": "^2.3.5",
|
||||
"prebuild": "^4.2.2",
|
||||
"node-gyp-build": "^3.2.2",
|
||||
"xtend": "^4.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concat-stream": "^1.4.7",
|
||||
"prebuildify": "^2.4.3",
|
||||
"standard": "^7.1.2",
|
||||
"tape": "^4.6.0"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user