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",