mirror of
https://github.com/sindresorhus/github-markdown-css.git
synced 2024-03-22 13:10:53 +08:00
Regenerate GitHub CSS
This commit is contained in:
parent
4d639a534a
commit
0d25bb4525
1257
github-markdown.css
1257
github-markdown.css
File diff suppressed because it is too large
Load Diff
64
package.json
64
package.json
|
@ -1,34 +1,34 @@
|
|||
{
|
||||
"name": "github-markdown-css",
|
||||
"version": "2.10.0",
|
||||
"description": "The minimal amount of CSS to replicate the GitHub Markdown style",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/github-markdown-css",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"main": "github-markdown.css",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"make": "github-markdown-css > github-markdown.css"
|
||||
},
|
||||
"files": [
|
||||
"github-markdown.css"
|
||||
],
|
||||
"keywords": [
|
||||
"browser",
|
||||
"github",
|
||||
"markdown",
|
||||
"md",
|
||||
"css",
|
||||
"style",
|
||||
"stylesheet"
|
||||
],
|
||||
"devDependencies": {
|
||||
"generate-github-markdown-css": "^2.1.0"
|
||||
}
|
||||
"name": "github-markdown-css",
|
||||
"version": "2.10.0",
|
||||
"description": "The minimal amount of CSS to replicate the GitHub Markdown style",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/github-markdown-css",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"main": "github-markdown.css",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"make": "github-markdown-css > github-markdown.css"
|
||||
},
|
||||
"files": [
|
||||
"github-markdown.css"
|
||||
],
|
||||
"keywords": [
|
||||
"browser",
|
||||
"github",
|
||||
"markdown",
|
||||
"md",
|
||||
"css",
|
||||
"style",
|
||||
"stylesheet"
|
||||
],
|
||||
"devDependencies": {
|
||||
"generate-github-markdown-css": "^3.0.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user