Commit 1f3a87a8 authored by Chris Rebert's avatar Chris Rebert

fix punctuation in author field of package.json

parent 76d8757b
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
, "version": "3.0.0" , "version": "3.0.0"
, "keywords": ["bootstrap", "css"] , "keywords": ["bootstrap", "css"]
, "homepage": "http://twbs.github.com/bootstrap/" , "homepage": "http://twbs.github.com/bootstrap/"
, "author": "Twitter Inc." , "author": "Twitter, Inc."
, "scripts": { "test": "grunt test" } , "scripts": { "test": "grunt test" }
, "repository": { , "repository": {
"type": "git" "type": "git"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment