Skip to content

Commit

Permalink
Update bower.json's main to conform to Bower's spec.
Browse files Browse the repository at this point in the history
Per https://github.com/bower/bower.json-spec, "main"
should "not include minified files."
  • Loading branch information
pmowrer committed Dec 17, 2014
1 parent 9ed4e61 commit cc73bf5
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": "ng-clip",
"version": "0.2.5",
"main": "dest/ng-clip.min.js",
"main": "src/ngClip.js",
"dependencies": {
"angular": ">=1.0.4",
"zeroclipboard": "~2.1.0"
Expand Down

0 comments on commit cc73bf5

Please sign in to comment.