Skip to content

Commit

Permalink
Merge cac23e9 into aacd5ea
Browse files Browse the repository at this point in the history
  • Loading branch information
daern91 committed Nov 20, 2018
2 parents aacd5ea + cac23e9 commit 8d6b5d0
Show file tree
Hide file tree
Showing 3 changed files with 4,867 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ module.exports = (grunt) ->
'# <%= pkg.title || pkg.name %> - v<%= pkg.version %>\n' +
'# ==============================================================\n' +
'# Copyright (c) <%= grunt.template.today(\"yyyy\") %> SPHERE.IO\u2122\n' +
'# Licensed <%= _.pluck(pkg.licenses, \"type\").join(\", \") %>.\n' +
'# Licensed <%= _.map(pkg.licenses, \"type\").join(\", \") %>.\n' +
'#\n' +
'# <%= _.pluck(pkg.licenses, \"url\").join(\"\\n\") %>\n' +
'# <%= _.map(pkg.licenses, \"url\").join(\"\\n\") %>\n' +
'*/\n'

coffeelint:
Expand Down
Loading

0 comments on commit 8d6b5d0

Please sign in to comment.