diff options
| author | Chris Rebert <[email protected]> | 2016-05-20 09:04:31 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-05-20 09:04:31 -0700 |
| commit | a90b36918f026dd291bef09f66fe8c212fe7984a (patch) | |
| tree | 131f6aac3df80c25e6d3eb822c57b3dd31b89060 /package.json | |
| parent | 83692b199b2522c1166f0325f4ba79768024aa8d (diff) | |
| download | bootstrap-a90b36918f026dd291bef09f66fe8c212fe7984a.tar.xz bootstrap-a90b36918f026dd291bef09f66fe8c212fe7984a.zip | |
Add "The Bootstrap Authors" to copyright notices (#19936)
❤️❤️❤️ https://github.com/twbs/bootstrap/graphs/contributors
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 32c823821..7b655df8b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "web" ], "homepage": "http://getbootstrap.com", - "author": "Twitter, Inc.", + "author": "The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)", + "contributors": ["Twitter, Inc."], "scripts": { "change-version": "node grunt/change-version.js", "shrinkwrap": "npm shrinkwrap --dev && mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json", |
