Skip to content

Commit

Permalink
upgrade to node-pre-gyp master (future 0.5.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Mar 6, 2014
1 parent 88ca9b0 commit d2bdf5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -5,6 +5,7 @@ clean:
rm -f ./lib/node_sqlite3.node
rm -rf ./lib/binding/
#rm -f ./test/support/big.db*
rm -f test/support/big.db-journal
rm -f ./test/tmp/*
rm -rf ./deps/sqlite-autoconf-*/
rm -rf ./build
Expand Down
10 changes: 7 additions & 3 deletions package.json
Expand Up @@ -10,8 +10,9 @@
"binary": {
"module_name": "node_sqlite3",
"module_path": "./lib/binding/",
"remote_uri": "https://node-sqlite3.s3.amazonaws.com",
"template": "{configuration}/{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz"
"remote_path": "./{configuration}",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
"host": "https://node-sqlite3.s3.amazonaws.com"
},
"contributors": [
"Konstantin Käfer <mail@kkaefer.com>",
Expand All @@ -35,11 +36,14 @@
"url": "git://github.com/mapbox/node-sqlite3.git"
},
"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": [
"node-pre-gyp"
],
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">= 0.8.0 < 0.11.0"
},
Expand Down

0 comments on commit d2bdf5c

Please sign in to comment.