Skip to content

Commit

Permalink
don't use fixed dependencies as this is a library
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalzinger committed Dec 5, 2014
1 parent b6c25dc commit 288b6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var bowerJsonTemplate = [
' ],',
' "license": "The MIT License (MIT)",',
' "dependencies": {',
' "angular": "<%= dependencies.angular %>"',
' "angular": "^<%= dependencies.angular %>"',
' },',
' "main": [',
' "cat-log4angular.min.js"',
Expand Down

0 comments on commit 288b6b1

Please sign in to comment.