Skip to content

Commit

Permalink
fixing nuget package install
Browse files Browse the repository at this point in the history
  • Loading branch information
kmiloaguilar committed Nov 12, 2014
1 parent abf8a58 commit f340ec9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Binary file modified .nuget/NuGet.exe
Binary file not shown.
3 changes: 2 additions & 1 deletion build.ps1
Expand Up @@ -9,4 +9,5 @@ $o= resolve-path $path

"To test these packages add a nuget source (in visual studio) to:"
"$o"
" "
" "
$x = $host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")
7 changes: 4 additions & 3 deletions src/twitter-bootstrap-mvc.nuspec
Expand Up @@ -13,12 +13,13 @@
<releaseNotes>https://github.com/erichexter/twitter.bootstrap.mvc/commits/master</releaseNotes>
<dependencies>
<dependency id="html5shiv" />
<dependency id="twitter.bootstrap" />
<dependency id="jquery" />
<dependency id="jquery.migrate" />
<dependency id="bootstrap" />
<dependency id="navigationroutes.mvc4" />
<dependency id="microsoft.aspnet.web.optimization" />
<dependency id="jquery" />
<dependency id="jquery.migrate" />
<dependency id="Microsoft.jQuery.Unobtrusive.Ajax" />
<dependency id="jQuery.Validation"/>
<dependency id="Microsoft.jQuery.Unobtrusive.Validation" />
</dependencies>
</metadata>
Expand Down

0 comments on commit f340ec9

Please sign in to comment.