8000 remove moot `!` in build script · javilesdev/github-markdown-css@b526564 · GitHub
[go: up one dir, main page]

Skip to content

Commit b526564

Browse files
committed
remove moot ! in build script
sindresorhus#27
1 parent dece758 commit b526564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"node": ">=0.10.0"
1515
},
1616
"scripts": {
17-
"make": "github-markdown-css !> github-markdown.css"
17+
"make": "github-markdown-css > github-markdown.css"
1818
},
1919
"files": [
2020
"github-markdown.css"

0 commit comments

Comments
 (0)
0