diff --git a/package.json b/package.json index 069845e..50d159f 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,14 @@ { "name": "marky-mark", - "version": "0.2.0", + "version": "1.0.0", "author": "Rick Bergfalk (http://rickbergfalk.com/)", "description": "Reads a directory of markdown files with meta-data/front-matter and parses it out. Add your favorite templating language to make your own static site generator", - "contributors": [{ + "contributors": [ + { "name": "Andrew Nichols", "email": "tandrewnichols@gmail.com" - }], + } + ], "keywords": [ "markdown", "static",