From 38b4507f4fd206befe094322d64d32fdf51b95d2 Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Wed, 20 Feb 2019 11:02:22 +0100 Subject: [PATCH] =?UTF-8?q?Chore:=20Remove=20Open=20Collective=20postinsta?= =?UTF-8?q?ll=20banner=20because=20it=20doesn't=20work=20anyway=20?= =?UTF-8?q?=F0=9F=A4=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 424cec35c..6cb277b46 100644 --- a/package.json +++ b/package.json @@ -161,7 +161,6 @@ "test:browser:sections": "node test/browser.js examples/sections/styleguide/index.html", "precommit": "lint-staged", "format": "prettier --write '**/*.{js,md,css}'", - "postinstall": "node -e \"console.log('\\u001b[32mLove Styleguidist? Support us on the Open Collective:\\u001b[22m\\u001b[39m\\n > \\u001b[96m\\u001b[1mhttps://opencollective.com/styleguidist\\u001b[0m\\n')\" || exit 0", "test:cypress:pre": "npm i --no-save cypress@3.0.2 wait-on", "test:cypress:open": "cypress open", "test:cypress:run": "cypress run",