Skip to content

Commit

Permalink
Merge pull request #1068 from mjbvz/add-typings-json-files-to-express…
Browse files Browse the repository at this point in the history
…3-tempaltes

Add typings.json files for all other express 3 apps
  • Loading branch information
mousetraps committed Jun 18, 2016
2 parents 2afe58b + 2a228ea commit fbd9138
Show file tree
Hide file tree
Showing 23 changed files with 73 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Nodejs/Product/Nodejs/Nodejs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,13 @@
<ZipProject Include="ProjectTemplates\AddWebSiteAzureExpressApp\index.js" />
<ZipProject Include="ProjectTemplates\AddWebSiteAzureExpressApp\user.js" />
<ZipProject Include="ProjectTemplates\AddWebSiteAzureNodejsApp\server.js" />
<ZipProject Include="ProjectTemplates\AddWebSiteAzureExpressApp\typings.json" />
<ZipProject Include="ProjectTemplates\AzureExpress4App\typings.json" />
<ZipProject Include="ProjectTemplates\AddWebSiteAzureStarterExpressApp\typings.json" />
<ZipProject Include="ProjectTemplates\AddWebSiteExpressApp\typings.json" />
<ZipProject Include="ProjectTemplates\AddWebSiteStarterExpressApp\typings.json" />
<ZipProject Include="ProjectTemplates\AzureStarterExpressApp\typings.json" />
<ZipProject Include="ProjectTemplates\StarterExpressApp\typings.json" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptConsoleApp\package.json" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptConsoleApp\README.md" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptConsoleApp\app.ts" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<Content Include="package.json" />
<Content Include="public\stylesheets\style.styl" />
<Content Include="README.md" />
<Content Include="typings.json" />
<Content Include="views\index.jade" />
<Content Include="views\layout.jade" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
</Folder>
<ProjectItem OpenInEditor="true">app.js</ProjectItem>
<ProjectItem ReplaceParameters="true">package.json</ProjectItem>
<ProjectItem>typings.json</ProjectItem>
<ProjectItem ReplaceParameters="true">README.md</ProjectItem>
<ProjectItem ReplaceParameters="true">Web.config</ProjectItem>
<ProjectItem ReplaceParameters="true">Web.Debug.config</ProjectItem>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"globalDependencies": {
"express": "registry:dt/express#3.1.0+20140618213111",
"jade": "registry:dt/jade#0.0.0+20160316155526"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<Content Include="public\stylesheets\bootstrap.min.css" />
<Content Include="public\stylesheets\style.styl" />
<Content Include="README.md" />
<Content Include="typings.json" />
<Content Include="views\contact.jade" />
<Content Include="views\about.jade" />
<Content Include="views\index.jade" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
</Folder>
<ProjectItem OpenInEditor="true">app.js</ProjectItem>
<ProjectItem ReplaceParameters="true">package.json</ProjectItem>
<ProjectItem>typings.json</ProjectItem>
<ProjectItem ReplaceParameters="true">README.md</ProjectItem>
<ProjectItem ReplaceParameters="true">Web.config</ProjectItem>
<ProjectItem ReplaceParameters="true">Web.Debug.config</ProjectItem>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"globalDependencies": {
"express": "registry:dt/express#3.1.0+20140618213111",
"jade": "registry:dt/jade#0.0.0+20160316155526"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<Content Include="package.json" />
<Content Include="public\stylesheets\style.styl" />
<Content Include="README.md" />
<Content Include="typings.json" />
<Content Include="views\index.jade" />
<Content Include="views\layout.jade" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<ProjectItem OpenInEditor="true">app.js</ProjectItem>
<ProjectItem ReplaceParameters="true">package.json</ProjectItem>
<ProjectItem ReplaceParameters="true">README.md</ProjectItem>
<ProjectItem>typings.json</ProjectItem>
</Project>
</TemplateContent>
<WizardExtension>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"globalDependencies": {
"express": "registry:dt/express#3.1.0+20140618213111",
"jade": "registry:dt/jade#0.0.0+20160316155526"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<Content Include="public\stylesheets\bootstrap.min.css" />
<Content Include="public\stylesheets\style.styl" />
<Content Include="README.md" />
<Content Include="typings.json" />
<Content Include="views\contact.jade" />
<Content Include="views\about.jade" />
<Content Include="views\index.jade" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<ProjectItem OpenInEditor="true">app.js</ProjectItem>
<ProjectItem ReplaceParameters="true">package.json</ProjectItem>
<ProjectItem ReplaceParameters="true">README.md</ProjectItem>
<ProjectItem>typings.json</ProjectItem>
</Project>
</TemplateContent>
<WizardExtension>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"globalDependencies": {
"express": "registry:dt/express#3.1.0+20140618213111",
"jade": "registry:dt/jade#0.0.0+20160316155526"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<Content Include="package.json" />
<Content Include="public\stylesheets\style.styl" />
<Content Include="README.md" />
<Content Include="typings.json" />
<Content Include="views\index.jade" />
<Content Include="views\layout.jade" />
<Content Include="views\error.jade" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<ProjectItem OpenInEditor="true">app.js</ProjectItem>
<ProjectItem ReplaceParameters="true">package.json</ProjectItem>
<ProjectItem ReplaceParameters="true">README.md</ProjectItem>
<ProjectItem>typings.json</ProjectItem>
</Project>
</TemplateContent>
<WizardExtension>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"globalDependencies": {
"body-parser": "registry:dt/body-parser#0.0.0+20160317120654",
"cookie-parser": "registry:dt/cookie-parser#1.3.4+20160316155526",
"debug": "registry:dt/debug#0.0.0+20160317120654",
"express": "registry:dt/express#4.0.0+20160317120654",
"express-serve-static-core": "registry:dt/express-serve-static-core#0.0.0+20160602151406",
"jade": "registry:dt/jade#0.0.0+20160316155526",
"mime": "registry:dt/mime#0.0.0+20160316155526",
"morgan": "registry:dt/morgan#1.7.0+20160524142355",
"serve-favicon": "registry:dt/serve-favicon#0.0.0+20160316155526",
"serve-static": "registry:dt/serve-static#0.0.0+20160606155157",
"stylus": "registry:dt/stylus#0.0.0+20160317120654"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<Content Include="public\stylesheets\bootstrap.min.css" />
<Content Include="public\stylesheets\style.styl" />
<Content Include="README.md" />
<Content Include="typings.json" />
<Content Include="views\contact.jade" />
<Content Include="views\about.jade" />
<Content Include="views\index.jade" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<ProjectItem OpenInEditor="true">app.js</ProjectItem>
<ProjectItem ReplaceParameters="true">package.json</ProjectItem>
<ProjectItem ReplaceParameters="true">README.md</ProjectItem>
<ProjectItem>typings.json</ProjectItem>
<ProjectItem ReplaceParameters="true">Web.config</ProjectItem>
<ProjectItem ReplaceParameters="true">Web.Debug.config</ProjectItem>
<Folder Name="bin">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"globalDependencies": {
"express": "registry:dt/express#3.1.0+20140618213111",
"jade": "registry:dt/jade#0.0.0+20160316155526"
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"globalDependencies": {
"body-parser": "registry:dt/body-parser#0.0.0+20160317120654",
"cookie-parser": "registry:dt/cookie-parser#1.3.4+20160316155526",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<Content Include="public\javascripts\respond.min.js" />
<Content Include="public\javascripts\_references.js" />
<Content Include="package.json" />
<Content Include="typings.json" />
<Content Include="public\fonts\glyphicons-halflings-regular.eot" />
<Content Include="public\fonts\glyphicons-halflings-regular.svg" />
<Content Include="public\fonts\glyphicons-halflings-regular.ttf" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
</Folder>
<ProjectItem OpenInEditor="true">app.js</ProjectItem>
<ProjectItem ReplaceParameters="true">package.json</ProjectItem>
<ProjectItem>typings.json</ProjectItem>
<ProjectItem ReplaceParameters="true">README.md</ProjectItem>
</Project>
</TemplateContent>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"globalDependencies": {
"express": "registry:dt/express#3.1.0+20140618213111",
"jade": "registry:dt/jade#0.0.0+20160316155526"
}
}

0 comments on commit fbd9138

Please sign in to comment.