Updated grunt declarations to match 0.4.x documentation.

Had to weaken some return types for TypeScript (left comments).

Conflicts:
	gruntjs/gruntjs.d.ts
This commit is contained in:
Jeff May
2013-10-28 15:06:46 -04:00
parent 3c1c1fafcf
commit ba9abec893
2 changed files with 1064 additions and 200 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
// http://gruntjs.com/getting-started#an-example-gruntfile
// exports should work same as module.exports
exports = function (grunt) {
exports = (grunt: IGrunt) => {
// Project configuration.
grunt.initConfig({
+1063 -199
View File
File diff suppressed because it is too large Load Diff