From 4e48b8e0c520bcbcad4550f6f23368e3a742d258 Mon Sep 17 00:00:00 2001 From: vitalets Date: Wed, 6 Feb 2013 22:05:20 +0400 Subject: [PATCH] add nuget package --- .gitignore | 3 ++- Package.nuspec | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 Package.nuspec diff --git a/.gitignore b/.gitignore index ef3f37c..a65c8fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules dist -test/instrumented/ \ No newline at end of file +test/instrumented/ +*.nupkg \ No newline at end of file diff --git a/Package.nuspec b/Package.nuspec new file mode 100644 index 0000000..f4d85be --- /dev/null +++ b/Package.nuspec @@ -0,0 +1,21 @@ + + + + x-editable + 1.4.1.a + Vitaliy Potapov + Vitaliy Potapov + https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT + http://vitalets.github.com/x-editable + false + In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery + Added support of select2 and typeahead. + Copyright 2012-2013 + edit-in-place editable bootstrap + + + + + + + \ No newline at end of file