remove moot `!` in build script

#27
pull/32/head
Sindre Sorhus 2016-05-03 19:48:47 +07:00
parent dece7585bb
commit b526564124
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"node": ">=0.10.0"
},
"scripts": {
"make": "github-markdown-css !> github-markdown.css"
"make": "github-markdown-css > github-markdown.css"
},
"files": [
"github-markdown.css"