diff options
Diffstat (limited to 'www/lib/Chart.js/bower.json')
| -rw-r--r-- | www/lib/Chart.js/bower.json | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/www/lib/Chart.js/bower.json b/www/lib/Chart.js/bower.json index 5796e783..51e5f2d6 100644 --- a/www/lib/Chart.js/bower.json +++ b/www/lib/Chart.js/bower.json @@ -1,11 +1,21 @@ { "name": "Chart.js", - "version": "1.0.2", "description": "Simple HTML5 Charts using the canvas element", "homepage": "https://github.com/nnnick/Chart.js", "author": "nnnick", "main": [ "Chart.js" ], - "dependencies": {} -} + "ignore": [ + "**/*", + ".travis.yml", + "CONTRIBUTING.md", + "Chart.js", + "LICENSE.md", + "README.md", + "gulpfile.js", + "package.json" + ], + "dependencies": {}, + "version": "1.1.1" +}
\ No newline at end of file |
