-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Victoria French
committed
Feb 6, 2013
1 parent
ebf768e
commit f9f8253
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<id>Defunctr</id> | ||
<version>1.0.0</version> | ||
<title>Defunctr</title> | ||
<authors>Victoria French</authors> | ||
<owners>Victoria French</owners> | ||
<projectUrl>http://github.com/victoriafrench/defunctr</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Defunctr is a module for Modernizr that will detect the current browser using feature detection. It will then append browser informational classes to the head element of the page, giving the designer the ability to override CSS styles without using older browser hacks. Changing the browsers compatability mode will cause the correct classes to be applied and changing a user-agent will have not effect on the class generation.</description> | ||
<summary>Defunctr is a module for Modernizr that will append browser versioning information into the head element of your web pages using feature detection.</summary> | ||
<releaseNotes>Initial Release.</releaseNotes> | ||
<copyright>2012 Victoria French</copyright> | ||
<tags>Modernizr, Browser Detection, HTML5, Shiv</tags> | ||
<dependencies> | ||
<dependency id="Modernizr" version="2.6.2" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="..\src\defunctr-1.0.js" target="content\Scripts\Vendor\Defunctr\defunctr-1.0.js" /> | ||
<file src="..\src\defunctr-1.0.min.js" target="content\Scripts\Vendor\Defunctr\defunctr-1.0.min.js" /> | ||
</files> | ||
</package> |