From b526564124ad3fcea5e789b1d8636da2a8a8c543 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 3 May 2016 19:48:47 +0700 Subject: [PATCH] remove moot `!` in build script #27 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29ff241..a7b2b5a 100644 --- a/package.json +++ b/package.json @@ -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"