Remove moot version property from bower.json

Per bower/bower.json-spec@a325da3
This commit is contained in:
Kevin Kirsche 2015-06-10 19:20:05 -04:00
parent 8a6ad079bb
commit 99e46a4af0

@ -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"
} }
} }