From c7144c9bde5261129013744358b7a2dd2c7e2a95 Mon Sep 17 00:00:00 2001 From: reneolivo Date: Fri, 10 Jan 2014 13:31:23 -0500 Subject: [PATCH 1/3] Update bower.json Hopefully this will make the the library work along grunt bower-install. --- bower.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bower.json b/bower.json index 1c02093..3385707 100644 --- a/bower.json +++ b/bower.json @@ -19,6 +19,7 @@ "test", "tests" ], + "main": ["./dist/angular-charts.js"], "dependencies": { "d3": "~3.3.10", "angular": "latest", From a85ed5ead6d4091d13602afc202644843b983e1c Mon Sep 17 00:00:00 2001 From: reneolivo Date: Fri, 10 Jan 2014 13:45:30 -0500 Subject: [PATCH 2/3] Update bower.json --- bower.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/bower.json b/bower.json index 3385707..c80bc27 100644 --- a/bower.json +++ b/bower.json @@ -1,28 +1,5 @@ { "name": "angular-charts", "version": "0.0.1", - "authors": [ - "chinmaymk" - ], - "description": "angular directives for common charts using d3", - "keywords": [ - "d3", - "charts", - "angular", - "angularjs" - ], - "license": "MIT", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ], - "main": ["./dist/angular-charts.js"], - "dependencies": { - "d3": "~3.3.10", - "angular": "latest", - "jquery": "~2.0.3" - } + "main": "./dist/angular-charts.js" } From 9f7c81390df8c1a8c8732e3a6f51d7713a8ac1f7 Mon Sep 17 00:00:00 2001 From: reneolivo Date: Fri, 10 Jan 2014 13:47:42 -0500 Subject: [PATCH 3/3] Update bower.json This will probably fix the grunt bower-install issue. --- bower.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index c80bc27..3385707 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,28 @@ { "name": "angular-charts", "version": "0.0.1", - "main": "./dist/angular-charts.js" + "authors": [ + "chinmaymk" + ], + "description": "angular directives for common charts using d3", + "keywords": [ + "d3", + "charts", + "angular", + "angularjs" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "main": ["./dist/angular-charts.js"], + "dependencies": { + "d3": "~3.3.10", + "angular": "latest", + "jquery": "~2.0.3" + } }