Skip to content

Commit

Permalink
upgrade typescript to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tgdwyer committed Apr 4, 2016
1 parent 32a4f84 commit 377e695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion WebCola/WebCola.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
<TypeScriptToolsVersion>1.6</TypeScriptToolsVersion>
<TypeScriptToolsVersion>1.8</TypeScriptToolsVersion>
<UseIISExpress>true</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
Expand All @@ -31,6 +31,7 @@
<Content Include="examples\friendnetworks.html" />
<Content Include="examples\egonetwork.html" />
<Content Include="examples\graphdata\SucroseBreakdownDicots-flowlayout.svg" />
<Content Include="examples\HtmlPage1.html" />
<Content Include="examples\movies.html" />
<Content Include="examples\browsemovies.html" />
<Content Include="examples\gridifiedSmallGroups.html">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"load-grunt-tasks": "~0.4.0",
"qunitjs": "^1.18.0",
"typedoc": "^0.3.12",
"typescript": "^1.7.3",
"typescript": "^1.8.9",
"uglify-js": "^2.4.16"
},
"description": "WebCola =======",
Expand Down

0 comments on commit 377e695

Please sign in to comment.