mirror of
https://github.com/sindresorhus/github-markdown-css.git
synced 2024-03-22 13:10:53 +08:00
Merge fbddae1ab224aa500361796981474041b6aaed8d into 9981e776899a8dad2cb4c066362e622d7dd03a6a
This commit is contained in:
commit
ec4f0467c4
1
github-markdown.min.css
vendored
Normal file
1
github-markdown.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -14,7 +14,8 @@
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"make": "github-markdown-css > github-markdown.css"
|
||||
"make": "github-markdown-css > github-markdown.css",
|
||||
"minify": "minify github-markdown.css"
|
||||
},
|
||||
"files": [
|
||||
"github-markdown.css"
|
||||
@ -30,5 +31,8 @@
|
||||
],
|
||||
"devDependencies": {
|
||||
"generate-github-markdown-css": "^2.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"minifier": "^0.8.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user