mirror of
https://github.com/sindresorhus/github-markdown-css.git
synced 2024-03-22 13:10:53 +08:00
2.9.0
This commit is contained in:
parent
09cdf605da
commit
7308c9ab9a
64
package.json
64
package.json
|
@ -1,34 +1,34 @@
|
||||||
{
|
{
|
||||||
"name": "github-markdown-css",
|
"name": "github-markdown-css",
|
||||||
"version": "2.8.0",
|
"version": "2.9.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",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Sindre Sorhus",
|
"name": "Sindre Sorhus",
|
||||||
"email": "sindresorhus@gmail.com",
|
"email": "sindresorhus@gmail.com",
|
||||||
"url": "sindresorhus.com"
|
"url": "sindresorhus.com"
|
||||||
},
|
},
|
||||||
"main": "github-markdown.css",
|
"main": "github-markdown.css",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"make": "github-markdown-css > github-markdown.css"
|
"make": "github-markdown-css > github-markdown.css"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"github-markdown.css"
|
"github-markdown.css"
|
||||||
],
|
],
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"browser",
|
"browser",
|
||||||
"github",
|
"github",
|
||||||
"markdown",
|
"markdown",
|
||||||
"md",
|
"md",
|
||||||
"css",
|
"css",
|
||||||
"style",
|
"style",
|
||||||
"stylesheet"
|
"stylesheet"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"generate-github-markdown-css": "^2.1.0"
|
"generate-github-markdown-css": "^2.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user