Merge pull request #549 from basarat/patch-2

Update gruntjs.d.ts
This commit is contained in:
Boris Yankov
2013-05-14 17:36:16 -07:00
+2 -2
View File
@@ -8,7 +8,7 @@
/// To add plugins update the IGruntConfig using open ended interface syntax
////////////////
interface IGruntConfig{
pkg: any;
pkg?: any;
}
////////////////
@@ -162,4 +162,4 @@ interface IGruntFileObject{
////////////////
declare var module : {
exports: {(grunt: IGrunt): void;};
}
}