From: Chris Rebert Date: Wed, 11 Sep 2013 02:12:47 +0000 (-0700) Subject: fix punctuation in author field of package.json X-Git-Tag: v3.0.3~14^2~8^2~3^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f3a87a8a0ba734778ca12681124c5a2385d1139;p=thirdparty%2Fbootstrap.git fix punctuation in author field of package.json --- 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"