Merge pull request from kkirsche/patch-1

Remove moot `version` property from bower.json
This commit is contained in:
E. Timothy Uy 2015-11-09 17:08:26 -08:00
commit 80c93e2a8f

@ -1,6 +1,5 @@
{ {
"name": "x-editable", "name": "x-editable",
"version": "1.5.1",
"ignore": [ "ignore": [
"CHANGELOG.txt", "CHANGELOG.txt",
"Gruntfile.js", "Gruntfile.js",
@ -17,4 +16,4 @@
"dependencies": { "dependencies": {
"jquery": ">=1.6" "jquery": ">=1.6"
} }
} }