business-rules-engine - fix name at declare modules

This commit is contained in:
rsamec
2014-08-20 09:33:53 +02:00
parent 03abed93e9
commit 97cbf9597b
5 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -104,4 +104,4 @@ declare module Validators {
public tagName: string;
}
}
declare module "node-Validators" {export = Validators;}
declare module "node-validators" {export = Validators;}