diff options
| author | Chris Rebert <[email protected]> | 2013-09-10 19:12:47 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-10 19:12:47 -0700 |
| commit | 1f3a87a8a0ba734778ca12681124c5a2385d1139 (patch) | |
| tree | 8ae6f83b143db894960618385eb7e460f1af7e3a | |
| parent | 76d8757b0a2a2669a67d2131cbc4330e4c0cd2e8 (diff) | |
| download | bootstrap-1f3a87a8a0ba734778ca12681124c5a2385d1139.tar.xz bootstrap-1f3a87a8a0ba734778ca12681124c5a2385d1139.zip | |
fix punctuation in author field of package.json
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index af3c00a14..1863251b6 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" |
