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

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-02-25 18:58:43 +0300
committerChris Rebert <code@rebertia.com>2015-02-25 18:58:43 +0300
commit37b61a71fd5219d0b7006e61d55cf7d44e7c8cbe (patch)
tree29a369de9a69f02b82e14f6e9b48e0b916ace755
parent0dd1f94ef2a9100060bd7285930c4280c8804958 (diff)
Update URLs to reflect the repo's move to the twbs org
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--Gruntfile.js2
-rw-r--r--README.md6
-rw-r--r--package.json8
-rw-r--r--tasks/bootlint.js2
5 files changed, 10 insertions, 10 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 10a7e88..b6ac8cb 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -21,4 +21,4 @@ Assuming that you don't see any red, you're ready to go. Just be sure to run `gr
6. Push to your fork and submit a pull request.
### Licensing
-By contributing your code, you agree to license your contribution under [the MIT License](https://github.com/zacechola/grunt-bootlint/blob/master/LICENSE-MIT).
+By contributing your code, you agree to license your contribution under [the MIT License](https://github.com/twbs/grunt-bootlint/blob/master/LICENSE-MIT).
diff --git a/Gruntfile.js b/Gruntfile.js
index 8bdfecb..28e6401 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -1,6 +1,6 @@
/*
* grunt-bootlint
- * https://github.com/zacechola/grunt-bootlint
+ * https://github.com/twbs/grunt-bootlint
*
* Copyright (c) 2014 Zac Echola
* Licensed under the MIT license.
diff --git a/README.md b/README.md
index 6997bdb..36efd6d 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,9 @@
> A Grunt wrapper for [Bootlint](https://www.npmjs.org/package/bootlint), the HTML linter for [Bootstrap](http://getbootstrap.com) projects
[![NPM version](https://badge.fury.io/js/grunt-bootlint.svg)](http://badge.fury.io/js/grunt-bootlint)
-[![Build Status](https://travis-ci.org/zacechola/grunt-bootlint.svg?branch=master)](https://travis-ci.org/zacechola/grunt-bootlint)
-[![Dependency Status](https://david-dm.org/zacechola/grunt-bootlint.svg)](https://david-dm.org/zacechola/grunt-bootlint)
-[![devDependency Status](https://david-dm.org/zacechola/grunt-bootlint/dev-status.svg)](https://david-dm.org/zacechola/grunt-bootlint#info=devDependencies)
+[![Build Status](https://travis-ci.org/twbs/grunt-bootlint.svg?branch=master)](https://travis-ci.org/twbs/grunt-bootlint)
+[![Dependency Status](https://david-dm.org/twbs/grunt-bootlint.svg)](https://david-dm.org/twbs/grunt-bootlint)
+[![devDependency Status](https://david-dm.org/twbs/grunt-bootlint/dev-status.svg)](https://david-dm.org/twbs/grunt-bootlint#info=devDependencies)
[![NPM](https://nodei.co/npm/grunt-bootlint.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/grunt-bootlint/)
diff --git a/package.json b/package.json
index c422a6d..9d76d52 100644
--- a/package.json
+++ b/package.json
@@ -2,19 +2,19 @@
"name": "grunt-bootlint",
"description": "A Grunt wrapper for Bootlint, the HTML linter for Bootstrap projects",
"version": "0.7.0",
- "homepage": "https://github.com/zacechola/grunt-bootlint",
+ "homepage": "https://github.com/twbs/grunt-bootlint",
"author": "Zac Echola <zac.echola@gmail.com>",
"repository": {
"type": "git",
- "url": "https://github.com/zacechola/grunt-bootlint.git"
+ "url": "https://github.com/twbs/grunt-bootlint.git"
},
"bugs": {
- "url": "https://github.com/zacechola/grunt-bootlint/issues"
+ "url": "https://github.com/twbs/grunt-bootlint/issues"
},
"license": [
{
"type": "MIT",
- "url": "https://github.com/zacechola/grunt-bootlint/blob/master/LICENSE-MIT"
+ "url": "https://github.com/twbs/grunt-bootlint/blob/master/LICENSE-MIT"
}
],
"keywords": [
diff --git a/tasks/bootlint.js b/tasks/bootlint.js
index 8913b58..7574596 100644
--- a/tasks/bootlint.js
+++ b/tasks/bootlint.js
@@ -1,6 +1,6 @@
/*
* grunt-bootlint
- * https://github.com/zacechola/grunt-bootlint
+ * https://github.com/twbs/grunt-bootlint
*
* Copyright (c) 2014 Zac Echola
* Licensed under the MIT license.