mirror of
https://github.com/sindresorhus/github-markdown-css.git
synced 2024-03-22 13:10:53 +08:00
Add minify to npm scripts
Signed-off-by: Phus Lu <phuslu@hotmail.com>
This commit is contained in:
parent
322382b050
commit
06619cd359
@ -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