From bb207f051aa041cae9e56a2ffba44846d592ec7f Mon Sep 17 00:00:00 2001 From: vitalets <noginsk@rambler.ru> Date: Wed, 21 Nov 2012 22:47:40 +0400 Subject: [PATCH] fix dependencies --- README.md | 17 +++++++++++------ package.json | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 928486f..7fc5c7f 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,20 @@ # X-editable -In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery. +In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery. +It is a new life of [bootstrap-editable plugin](http://github.com/vitalets/bootstrap-editable) that was strongly refactored and improved. -## Description -X-editable is new life of [bootstrap-editable](http://github.com/vitalets/bootstrap-editable) that was strongly refactored and improved. - -## Demo & Documentation +## Demo + Docs + Download **http://vitalets.github.com/x-editable** +## Reporting issues +When creating issues please provide jsFiddle example. You can just fork [this template](http://jsfiddle.net/xBB5x/1/) as starting point. +Your feedback is very appreciated! + ## Contributing +Several steps to start contributing: +1. [Fork X-editable](https://github.com/vitalets/x-editable/fork) +2. Please make all pull requests against `dev` branch. Thanks for your support! ### Important notes @@ -40,4 +45,4 @@ Note that the `phantomjs` executable needs to be in the system `PATH` for grunt ## License Copyright (c) 2012 Vitaliy Potapov -Licensed under the MIT licenses. +Licensed under the MIT licenses. \ No newline at end of file diff --git a/package.json b/package.json index f6da3bd..f5cdeeb 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ } ], "dependencies": { - "jquery": ">= 1.6" + }, "devDependencies": { "grunt": "~0.3.11",