Merge pull request #3295 from cspotcode/patch-1

Fixes bug in grunt definitions
This commit is contained in:
Basarat Ali Syed
2014-12-14 18:01:33 +11:00
+1 -2
View File
@@ -122,8 +122,7 @@ declare module grunt {
* {@link http://gruntjs.com/sample-gruntfile}
*/
interface IProjectConfig{
[plugin: string]: any
pkg: any; // unfortunate. It is actually a string
[plugin: string]: any;
}
/**