Updating grunt-typescript since old version causes error

This commit is contained in:
Brennan 2015-04-03 15:22:07 -07:00
parent 18153af367
commit 044f1b8036
2 changed files with 2 additions and 2 deletions

View File

@ -13,6 +13,6 @@
"grunt-ide-support": "~0.1.7", "grunt-ide-support": "~0.1.7",
"grunt-tslint": "~0.4.1", "grunt-tslint": "~0.4.1",
"grunt-tsng": "~0.1.3", "grunt-tsng": "~0.1.3",
"grunt-typescript": "~0.3.6" "grunt-typescript": "~0.6.1"
} }
} }

View File

@ -9,7 +9,7 @@
"grunt-contrib-copy": "~0.5.0", "grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.5.0", "grunt-contrib-clean": "~0.5.0",
"grunt-contrib-less": "~0.9.0", "grunt-contrib-less": "~0.9.0",
"grunt-typescript": "~0.2.8", "grunt-typescript": "~0.6.1",
"grunt-tslint": "~0.4.1", "grunt-tslint": "~0.4.1",
"grunt-tsng": "~0.1.3" "grunt-tsng": "~0.1.3"
} }