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:
193
193
{
194
194
" devDependencies" : {
195
195
" grunt" : " ~0.4.1" ,
196
- " grunt-ts" : " ~1.7.2 " ,
196
+ " grunt-ts" : " ~1.7.3 " ,
197
197
" typescript" : " 0.9.7" ,
198
198
}
199
199
}
Original file line number Diff line number Diff line change 2
2
"author" : " basarat" ,
3
3
"name" : " grunt-ts" ,
4
4
"description" : " Compile and manage your TypeScript project" ,
5
- "version" : " 1.7.2-2 " ,
5
+ "version" : " 1.7.3 " ,
6
6
"homepage" : " https://github.com/grunt-ts/grunt-ts" ,
7
7
"repository" : {
8
8
"type" : " git" ,
40
40
},
41
41
"dependencies" : {
42
42
"typescript" : " 0.9.5" ,
43
- "chokidar" : " 0.8.0 " ,
43
+ "chokidar" : " 0.8.1 " ,
44
44
"underscore" : " 1.5.1" ,
45
45
"underscore.string" : " 2.3.3" ,
46
46
"es6-promise" : " ~0.1.1"
You can’t perform that action at this time.
0 commit comments