This commit is contained in:
Sindre Sorhus 2014-06-22 19:10:49 +02:00
parent 688be4daf6
commit 7eb2df83c6
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "github-markdown-css",
"version": "0.1.0",
"version": "0.2.0",
"description": "The minimal amount of CSS to replicate the GitHub Markdown style",
"license": "MIT",
"repository": "sindresorhus/github-markdown-css",

View File

@ -1,6 +1,6 @@
{
"name": "github-markdown-css",
"version": "0.1.0",
"version": "0.2.0",
"description": "The minimal amount of CSS to replicate the GitHub Markdown style",
"license": "MIT",
"repository": "sindresorhus/github-markdown-css",

View File

@ -63,7 +63,7 @@ githubMarkdownCss(function (err, css) {
}
console.log(css);
//=> article { display: block; } ...
//=> .markdown-body { ...
});
```