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:
authorChris Rebert <code@rebertia.com>2015-02-05 08:03:10 +0300
committerChris Rebert <code@rebertia.com>2015-02-05 08:03:10 +0300
commit9cceebc981f7aaae96ad0a1033e948c0dc9b27ab (patch)
tree50b36ae28d54c888672542bd930c4e0c228dc2e4 /Gruntfile.js
parentb527c5bdb2033c42eaeef36ddd0bd03c0ca655de (diff)
rename & move package: cvrebert/mq4-hover-hover-shim => twbs/mq4-hover-shimv0.1.0
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 %>'