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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2013-09-11 06:12:47 +0400
committerChris Rebert <code@rebertia.com>2013-09-11 06:12:47 +0400
commit1f3a87a8a0ba734778ca12681124c5a2385d1139 (patch)
tree8ae6f83b143db894960618385eb7e460f1af7e3a /package.json
parent76d8757b0a2a2669a67d2131cbc4330e4c0cd2e8 (diff)
fix punctuation in author field of package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index af3c00a148..1863251b66 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
, "version": "3.0.0"
, "keywords": ["bootstrap", "css"]
, "homepage": "http://twbs.github.com/bootstrap/"
- , "author": "Twitter Inc."
+ , "author": "Twitter, Inc."
, "scripts": { "test": "grunt test" }
, "repository": {
"type": "git"