File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ The `package.json` would look something like this for a legacy project:
193193{
194194 " devDependencies" : {
195195 " grunt" : " ~0.4.1" ,
196- " grunt-ts" : " ~1.7.2 " ,
196+ " grunt-ts" : " ~1.7.3 " ,
197197 " typescript" : " 0.9.7" ,
198198 }
199199}
Original file line number Diff line number Diff line change 22 "author" : " basarat" ,
33 "name" : " grunt-ts" ,
44 "description" : " Compile and manage your TypeScript project" ,
5- "version" : " 1.7.2-2 " ,
5+ "version" : " 1.7.3 " ,
66 "homepage" : " https://github.com/grunt-ts/grunt-ts" ,
77 "repository" : {
88 "type" : " git" ,
4040 },
4141 "dependencies" : {
4242 "typescript" : " 0.9.5" ,
43- "chokidar" : " 0.8.0 " ,
43+ "chokidar" : " 0.8.1 " ,
4444 "underscore" : " 1.5.1" ,
4545 "underscore.string" : " 2.3.3" ,
4646 "es6-promise" : " ~0.1.1"
You can’t perform that action at this time.
0 commit comments