From 443189695be8d9bae7a955dfa2c3a5840f609c14 Mon Sep 17 00:00:00 2001 From: Thiago Martinho Date: Fri, 29 Jul 2016 16:25:29 -0300 Subject: [PATCH] Fix "main" path at bower.json Fixing the path to the main file of the library in the bower.json file. Previously it was set as "dist/angular_c3_simple.js", however, the dist directory does not contain such file, but contains dist/angular_c3_simple.min.js instead. --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index b0e6e0d..ff580e8 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "angular-c3-simple", "description": "Simple C3.js wrapper for AngularJS.", - "main": "dist/angular_c3_simple.js", + "main": "dist/angular_c3_simple.min.js", "keywords": ["angularjs", "c3", "chart"], "homepage": "https://github.com/wasilak/angular-c3-simple", "repository": {