From 65ae5314e83f43818190bef06695b6f306ce5c61 Mon Sep 17 00:00:00 2001 From: Christian Kaisermann Date: Wed, 1 May 2019 10:04:31 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20update=20postinstall=20?= =?UTF-8?q?message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb367e53..d8bfab3c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "lint": "eslint \"src/**/*.js\"", "format": "prettier --loglevel silent --write \"src/**/*.js\" && eslint --fix \"src/**/*.js\"", "prepublishOnly": "npm run format && npm run test", - "postinstall": "node -e \"console.log('\\u001b[36m\\u001b[1m[svelte-preprocess] Don\\'t forget to install the preprocessors packages that will be used: \\u001b[22m\\u001b[39m\\u001b[34mnode-sass, stylus, less, postcss, coffesscript, pug, etc...\\u001b[0m')\"" + "postinstall": "node -e \"console.log('\\u001b[36m\\u001b[1m[svelte-preprocess] Don\\'t forget to install the preprocessors packages that will be used: \\u001b[22m\\u001b[39m\\u001b[34mnode-sass/sass, stylus, less, postcss, coffesscript, pug, etc...\\u001b[0m')\"" }, "jest": { "collectCoverage": true,