Skip to content

Commit

Permalink
Update bower.json
Browse files Browse the repository at this point in the history
According to bower docs main section shouldn't include minified js version.
  • Loading branch information
lapkritinis authored Feb 6, 2017
1 parent c02b9c1 commit c6db431
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,6 +1,6 @@
{
"name": "raphael",
"main": "raphael.min.js",
"main": "raphael.js",
"description": "JavaScript Vector Library",
"dependencies": {
"eve-raphael": "0.5.0"
Expand Down

0 comments on commit c6db431

Please sign in to comment.