Remove moot version property from bower.json

Per bower/bower.json-spec@a325da3
This commit is contained in:
Kevin Kirsche 2015-06-10 18:25:22 -04:00
parent e093fdf572
commit 3d389d7c09

View File

@ -1,6 +1,5 @@
{ {
"name": "Chart.js", "name": "Chart.js",
"version": "1.0.2",
"description": "Simple HTML5 Charts using the canvas element", "description": "Simple HTML5 Charts using the canvas element",
"homepage": "https://github.com/nnnick/Chart.js", "homepage": "https://github.com/nnnick/Chart.js",
"author": "nnnick", "author": "nnnick",
@ -8,4 +7,4 @@
"Chart.js" "Chart.js"
], ],
"dependencies": {} "dependencies": {}
} }