From 76d6dcdf582f135fe7894e676f71e42dd26004e6 Mon Sep 17 00:00:00 2001 From: Nathan Kunicki Date: Tue, 7 Aug 2018 11:14:20 +0100 Subject: [PATCH] Updated readme, renamed Boost Interactive Motor to Boost Tacho Motor --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c92d2f0..267d534 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-poweredup", - "version": "1.0.0", + "version": "1.0.1", "description": "A Node.js module to interface with LEGO Powered UP components.", "homepage": "https://github.com/nathankellenicki/node-poweredup/", "main": "dist/poweredup.js", @@ -10,7 +10,7 @@ "docs": "jsdoc2md dist/poweredup.js dist/lpf2hub.js dist/wedo2smarthub.js dist/boostmovehub.js dist/puphub.js dist/pupremote.js dist/hub.js dist/consts.js > DOCS.md", "readme": "cat ABOUT.md DOCS.md > README.md", "all": "npm run build && npm run docs && npm run readme", - "prepublishOnly": "tsc" + "prepublishOnly": "npm run build" }, "author": "Nathan Kunicki ", "license": "MIT",