Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/mq4-hover-shim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 9d70e33..95f4c88 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -11,10 +11,10 @@ module.exports = function (grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
banner: (
- "/*!\n * mq4-hover-hover-shim v<%= pkg.version %>\n" +
+ "/*!\n * mq4-hover-shim v<%= pkg.version %>\n" +
" * <%= pkg.homepage %>\n" +
" * Copyright (c) 2014-2015 Christopher Rebert\n" +
- " * Licensed under the MIT License (https://github.com/cvrebert/mq4-hover-hover-shim/blob/master/LICENSE).\n" +
+ " * Licensed under the MIT License (https://github.com/twbs/mq4-hover-shim/blob/master/LICENSE).\n" +
" */\n"
),
@@ -61,7 +61,7 @@ module.exports = function (grunt) {
src: '<%= jshint.gruntfile.src %>'
},
lib: {
- src: ['src/**/*.js', '!src/browser/mq4-hover-hover-shim.js']
+ src: ['src/**/*.js', '!src/browser/mq4-hover-shim.js']
},
test: {
src: '<%= jshint.test.src %>'