From 1f3a87a8a0ba734778ca12681124c5a2385d1139 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 10 Sep 2013 19:12:47 -0700 Subject: [PATCH] fix punctuation in author field of package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"