express-form needs express, but it does not get extracted by npm2nix. Fixing it manually

This commit is contained in:
Sander van der Burg 2013-08-12 15:20:49 +02:00
parent efe0d9ece2
commit e502b3867b

View file

@ -1576,6 +1576,7 @@
dependencies = [
{ name = "validator"; spec = "0.4.x"; }
{ name = "object-additions"; spec = ">= 0.5.0"; }
{ name = "express"; spec = "*"; }
];
patchLatest = false;
sha1 = "14299158646a796fac584cb5980d63e587c02019";