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:
authorXhmikosR <xhmikosr@gmail.com>2018-12-28 18:50:34 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-12-28 18:50:34 +0300
commit9f50002d61ebdc9351b42b4bd4379e0ac63b5896 (patch)
tree74f1bbe0551e58a9fa38b426d540c0698e41ba8e
parenteedf1477c206be683d5e3d02fd7eb4d2f787c74c (diff)
Rename LICENSE-MIT to LICENSE.
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--LICENSE (renamed from LICENSE-MIT)0
-rw-r--r--README.md4
-rw-r--r--package.json3
4 files changed, 4 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 221a123..2df1781 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -21,7 +21,7 @@ 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/twbs/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).
## Shipping a release
1. Update the `version` field in `package.json`
diff --git a/LICENSE-MIT b/LICENSE
index 69ea306..69ea306 100644
--- a/LICENSE-MIT
+++ b/LICENSE
diff --git a/README.md b/README.md
index 504a062..c75d74c 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
[![NPM version](https://img.shields.io/npm/v/grunt-bootlint.svg)](https://www.npmjs.com/package/grunt-bootlint)
[![Build Status](https://img.shields.io/travis/twbs/grunt-bootlint.svg?branch=master)](https://travis-ci.org/twbs/grunt-bootlint)
-[![MIT License](https://img.shields.io/npm/l/grunt-bootlint.svg)](https://github.com/twbs/grunt-bootlint/blob/master/LICENSE-MIT)
+[![MIT License](https://img.shields.io/npm/l/grunt-bootlint.svg)](https://github.com/twbs/grunt-bootlint/blob/master/LICENSE)
[![Dependency Status](https://img.shields.io/david/twbs/grunt-bootlint.svg)](https://david-dm.org/twbs/grunt-bootlint)
[![devDependency Status](https://img.shields.io/david/dev/twbs/grunt-bootlint.svg)](https://david-dm.org/twbs/grunt-bootlint#info=devDependencies)
@@ -130,6 +130,6 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.
## License and copyright
-Code released under [the MIT license](https://github.com/twbs/grunt-bootlint/blob/master/LICENSE-MIT).
+Code released under [the MIT license](https://github.com/twbs/grunt-bootlint/blob/master/LICENSE).
[bootlint problem ID codes]: https://github.com/twbs/bootlint/wiki
diff --git a/package.json b/package.json
index 80691bc..222ad2b 100644
--- a/package.json
+++ b/package.json
@@ -21,8 +21,7 @@
"node": ">=6"
},
"files": [
- "tasks/*.js",
- "LICENSE-MIT"
+ "tasks/*.js"
],
"scripts": {
"test": "grunt test"