This commit is contained in:
Sindre Sorhus 2014-08-05 10:11:08 +02:00
parent 9cac033c3a
commit bfa19de865
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "github-markdown-css", "name": "github-markdown-css",
"version": "0.2.0", "version": "1.0.0",
"description": "The minimal amount of CSS to replicate the GitHub Markdown style", "description": "The minimal amount of CSS to replicate the GitHub Markdown style",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/github-markdown-css", "repository": "sindresorhus/github-markdown-css",
@ -45,8 +45,8 @@
"cheerio": "^0.17.0", "cheerio": "^0.17.0",
"css": "^2.0.0", "css": "^2.0.0",
"got": "^0.3.0", "got": "^0.3.0",
"temp-write": "^0.3.0", "temp-write": "^0.3.1",
"uncss": "^0.8.1" "uncss": "^0.8.3"
}, },
"devDependencies": { "devDependencies": {
"mocha": "*" "mocha": "*"