Commit d2bdf5ca by Dane Springmeyer

upgrade to node-pre-gyp master (future 0.5.x)

parent 88ca9b04
...@@ -5,6 +5,7 @@ clean: ...@@ -5,6 +5,7 @@ clean:
rm -f ./lib/node_sqlite3.node rm -f ./lib/node_sqlite3.node
rm -rf ./lib/binding/ rm -rf ./lib/binding/
#rm -f ./test/support/big.db* #rm -f ./test/support/big.db*
rm -f test/support/big.db-journal
rm -f ./test/tmp/* rm -f ./test/tmp/*
rm -rf ./deps/sqlite-autoconf-*/ rm -rf ./deps/sqlite-autoconf-*/
rm -rf ./build rm -rf ./build
......
...@@ -10,8 +10,9 @@ ...@@ -10,8 +10,9 @@
"binary": { "binary": {
"module_name": "node_sqlite3", "module_name": "node_sqlite3",
"module_path": "./lib/binding/", "module_path": "./lib/binding/",
"remote_uri": "https://node-sqlite3.s3.amazonaws.com", "remote_path": "./{configuration}",
"template": "{configuration}/{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz" "package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
"host": "https://node-sqlite3.s3.amazonaws.com"
}, },
"contributors": [ "contributors": [
"Konstantin Käfer <mail@kkaefer.com>", "Konstantin Käfer <mail@kkaefer.com>",
...@@ -35,11 +36,14 @@ ...@@ -35,11 +36,14 @@
"url": "git://github.com/mapbox/node-sqlite3.git" "url": "git://github.com/mapbox/node-sqlite3.git"
}, },
"dependencies": { "dependencies": {
"node-pre-gyp": "https://github.com/springmeyer/node-pre-gyp/tarball/015208540bb0febe92c3cac03ece6621fd532b9b" "node-pre-gyp": "https://github.com/springmeyer/node-pre-gyp/tarball/master"
}, },
"bundledDependencies": [ "bundledDependencies": [
"node-pre-gyp" "node-pre-gyp"
], ],
"devDependencies": {
"mocha": "*"
},
"engines": { "engines": {
"node": ">= 0.8.0 < 0.11.0" "node": ">= 0.8.0 < 0.11.0"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment