Skip to content

Commit

Permalink
npm is not smart about git submodule update. node-db should have a pa…
Browse files Browse the repository at this point in the history
…ckage.json
  • Loading branch information
imkira committed Sep 12, 2012
1 parent b355938 commit dcd3ac6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "lib/node-db"]
path = lib/node-db
url = git://github.com/mariano/node-db.git
url = git://github.com/imkira/node-db.git
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
]
, "main" : "./db-mysql"
, "scripts" :
{ "install": "node-waf configure build"
{ "preinstall": "git clone -b bigint_pre_libuv git://github.com/imkira/node-db.git lib/node-db"
, "install": "node-waf configure build"
, "preuninstall": "rm -rf build/*"
, "test" : "node-waf test"
, "doc" : "node-waf doc"
Expand Down

0 comments on commit dcd3ac6

Please sign in to comment.