Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Fix "main" path at bower.json
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tthiagomartinho authored Jul 29, 2016
1 parent f3779b6 commit 4431896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 4431896

Please sign in to comment.