diff --git a/bower.json b/bower.json index c33b052..c30036c 100644 --- a/bower.json +++ b/bower.json @@ -1,19 +1,15 @@ { "name": "alangrafu/radar-chart-d3", "version": "1.0.0", - "main": "path/to/main.css", - "description": "please add it", - "license": "Eclipse", + "main": null, + "description": "Radar chart based on D3", + "license": "Apache", "ignore": [ ".jshintrc", "**/*.txt" ], "dependencies": { - "": "", - "": "", - "": "" }, "devDependencies": { - "": "" } }