]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Remove moot `version` property from bower.json 1192/head
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Wed, 10 Jun 2015 22:25:22 +0000 (18:25 -0400)
committerKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Wed, 10 Jun 2015 22:25:22 +0000 (18:25 -0400)
Per bower/bower.json-spec@a325da3

bower.json

index f26f81eef8b8a088845ba2c8a2f602f00e5fa3ac..50b4a19afa7e6dee5e345c1c329c989b10ee0354 100644 (file)
@@ -1,6 +1,5 @@
 {
   "name": "Chart.js",
-  "version": "1.0.2",
   "description": "Simple HTML5 Charts using the canvas element",
   "homepage": "https://github.com/nnnick/Chart.js",
   "author": "nnnick",
@@ -8,4 +7,4 @@
     "Chart.js"
   ],
   "dependencies": {}
-}
\ No newline at end of file
+}