We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b355938 commit dcd3ac6Copy full SHA for dcd3ac6
.gitmodules
@@ -1,3 +1,3 @@
1
[submodule "lib/node-db"]
2
path = lib/node-db
3
- url = git://github.com/mariano/node-db.git
+ url = git://github.com/imkira/node-db.git
package.json
@@ -18,7 +18,8 @@
18
]
19
, "main" : "./db-mysql"
20
, "scripts" :
21
- { "install": "node-waf configure build"
+ { "preinstall": "git clone -b bigint_pre_libuv git://github.com/imkira/node-db.git lib/node-db"
22
+ , "install": "node-waf configure build"
23
, "preuninstall": "rm -rf build/*"
24
, "test" : "node-waf test"
25
, "doc" : "node-waf doc"
0 commit comments