From 6613513d64ddf73a48a4fde45baf1aa020c10060 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Wed, 15 Aug 2018 14:28:50 +0100 Subject: [PATCH] bump unicornhat package --- hardware/unicorn/package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hardware/unicorn/package.json b/hardware/unicorn/package.json index 11c47e54..3a0ec9bf 100644 --- a/hardware/unicorn/package.json +++ b/hardware/unicorn/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-pi-unicorn-hat", - "version" : "0.0.19", + "version" : "0.0.20", "description" : "A Node-RED node to output to a Raspberry Pi Unicorn HAT from Pimorini.", "dependencies" : { "pngjs": "2.2.*" @@ -16,9 +16,6 @@ "unicorn": "unicorn.js" } }, - "scripts" : { - "postinstall" : "scripts/checklib.js" - }, "author": { "name": "Dave Conway-Jones", "email": "ceejay@vnet.ibm.com",