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
|
build
|
||||||
deps/
|
deps/
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
prebuilds/
|
|
||||||
|
3
index.js
3
index.js
@ -1,5 +1,4 @@
|
|||||||
var bindings = require('bindings')
|
var fuse = require('node-gyp-build')(__dirname)
|
||||||
var fuse = bindings('fuse_bindings')
|
|
||||||
var fs = require('fs')
|
var fs = require('fs')
|
||||||
var os = require('os')
|
var os = require('os')
|
||||||
var xtend = require('xtend')
|
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",
|
"description": "Fully maintained fuse bindings for Node that aims to cover the entire FUSE api",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"install": "prebuild --install",
|
"install": "node-gyp-build",
|
||||||
"test": "standard && tape test/*.js",
|
"test": "standard && tape test/*.js",
|
||||||
"rebuild": "prebuild --compile",
|
"prebuild": "prebuildify -a --strip",
|
||||||
"prebuild": "prebuild --all --strip --verbose"
|
"prebuild-ia32": "prebuildify -a --strip --arch=ia32"
|
||||||
},
|
},
|
||||||
"gypfile": true,
|
"gypfile": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bindings": "^1.2.1",
|
|
||||||
"nan": "^2.3.5",
|
"nan": "^2.3.5",
|
||||||
"prebuild": "^4.2.2",
|
"node-gyp-build": "^3.2.2",
|
||||||
"xtend": "^4.0.1"
|
"xtend": "^4.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"concat-stream": "^1.4.7",
|
"concat-stream": "^1.4.7",
|
||||||
|
"prebuildify": "^2.4.3",
|
||||||
"standard": "^7.1.2",
|
"standard": "^7.1.2",
|
||||||
"tape": "^4.6.0"
|
"tape": "^4.6.0"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user