aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorZlatan Vasović <[email protected]>2014-02-06 11:37:39 +0100
committerZlatan Vasović <[email protected]>2014-02-06 11:37:39 +0100
commit96fd2dca020d6c43c5797cc29caec7bedb917d79 (patch)
tree68d3dfe371b683997523663ce97b6cd827f0fd1e /Gruntfile.js
parent7eb532262fbd1112215b5a547b9285794b5360ab (diff)
downloadbootstrap-96fd2dca020d6c43c5797cc29caec7bedb917d79.tar.xz
bootstrap-96fd2dca020d6c43c5797cc29caec7bedb917d79.zip
Use license object instead of licenses array
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index acef4100a..8fa1bbe7d 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -30,7 +30,7 @@ module.exports = function (grunt) {
banner: '/*!\n' +
' * Bootstrap v<%= pkg.version %> (<%= pkg.homepage %>)\n' +
' * Copyright 2011-<%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' +
- ' * Licensed under <%= _.pluck(pkg.licenses, "type") %> (<%= _.pluck(pkg.licenses, "url") %>)\n' +
+ ' * Licensed under <%= pkg.license.type %> (<%= pkg.license.url %>)\n' +
' */\n',
jqueryCheck: 'if (typeof jQuery === \'undefined\') { throw new Error(\'Bootstrap\\\'s JavaScript requires jQuery\') }\n\n',