fix dependencies
This commit is contained in:
parent
ec1ff5d29d
commit
bb207f051a
17
README.md
17
README.md
@ -1,15 +1,20 @@
|
|||||||
# X-editable
|
# 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
|
## Demo + Docs + Download
|
||||||
X-editable is new life of [bootstrap-editable](http://github.com/vitalets/bootstrap-editable) that was strongly refactored and improved.
|
|
||||||
|
|
||||||
## Demo & Documentation
|
|
||||||
|
|
||||||
**http://vitalets.github.com/x-editable**
|
**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
|
## 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!
|
Please make all pull requests against `dev` branch. Thanks for your support!
|
||||||
|
|
||||||
### Important notes
|
### Important notes
|
||||||
@ -40,4 +45,4 @@ Note that the `phantomjs` executable needs to be in the system `PATH` for grunt
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
Copyright (c) 2012 Vitaliy Potapov
|
Copyright (c) 2012 Vitaliy Potapov
|
||||||
Licensed under the MIT licenses.
|
Licensed under the MIT licenses.
|
@ -22,7 +22,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": ">= 1.6"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "~0.3.11",
|
"grunt": "~0.3.11",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user