Skip to content

Commit

Permalink
add nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Feb 6, 2013
1 parent 224acee commit 4e48b8e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
dist
test/instrumented/
test/instrumented/
*.nupkg
21 changes: 21 additions & 0 deletions Package.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>x-editable</id>
<version>1.4.1.a</version>
<authors>Vitaliy Potapov</authors>
<owners>Vitaliy Potapov</owners>
<licenseUrl>https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT</licenseUrl>
<projectUrl>http://vitalets.github.com/x-editable</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery</description>
<releaseNotes>Added support of select2 and typeahead.</releaseNotes>
<copyright>Copyright 2012-2013</copyright>
<tags>edit-in-place editable bootstrap</tags>
<dependencies>
</dependencies>
</metadata>
<files>
<file src="dist\**" target="\" />
</files>
</package>

0 comments on commit 4e48b8e

Please sign in to comment.