From ee66b16be20d6654d8391e1436ca3d30a0426b0e Mon Sep 17 00:00:00 2001 From: Rik Berkelder Date: Sat, 23 Jan 2021 20:30:54 +0100 Subject: [PATCH] readme updates --- README.md | 9 +++++++++ package.json | 7 +++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 032bf52..9a1c36b 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,12 @@ client.on('message', (msg)=>{ console.log(msg); }) ``` + +## NPM Scripts +| Tasks | Description | +| --------------------- | --------------------------------- | +| npm run build | Build module & docs | +| npm run compile | Compile TS | +| npm run watch | Compile and watch | +| npm run clean | Clean build folder | +| npm run docs | generate docs | diff --git a/package.json b/package.json index b002af9..a3cff30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-osc", - "version": "0.1.1", + "version": "0.1.2", "description": "Fully TypeScript-native OSC Client based on osc-min", "main": "./lib/index.js", "types": "./lib/index.d.ts", @@ -9,13 +9,12 @@ "compile": "tsc", "watch": "tsc --watch", "docs": "typedoc --out docs ./src/index.ts", - "nojekyll": "touch ./docs/.nojekyll", "clean": "rimraf lib", - "build": "run-s clean compile docs nojekyll" + "build": "run-s clean compile docs" }, "repository": { "type": "git", - "url": "ssh://git@gitlab.riksolo.com:2224/riksolo/ts-osc.git" + "url": "https://gitlab.riksolo.com/riksolo/ts-osc/" }, "keywords": [ "osc",