From 5d16734c001c82be36305fb5155a39e60d6ac973 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 2 Feb 2017 20:57:13 +0100 Subject: [PATCH] shift to push.rocks brand --- README.md | 11 +++++++---- package.json | 13 +++++-------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 61e2006..844690a 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,16 @@ NPMTS is your friend when writing, testing, publishing and documenting npm modul npmts will -1. check your dependencies and package.json +1. check your dependencies and package.json (unused, missing, available updates) 1. transpile your code with tsc, -1. document your code with typedoc, -1. test your code with mocha -1. create coverage with istanbul +1. test your code with mocha (supports the fancy stuff like Promises, Generators, async/await, sourcemaps) +1. create coverage with istanbul (supports tracing of the originating TypeScript) This works on your machine and in CI. There is a prebuild docker image available that includes npmts to make CI a breeze: [hosttoday/ht-docker-node:npmts on Dockerhub](https://hub.docker.com/r/hosttoday/ht-docker-node/) +> **Note:** documentation of code has shifted to [npmpage](https://www.npmjs.com/package/npmpage) + For further information read the docs: 1. [Intro](https://pushrocks.gitlab.io/npmts/index.html) 2. [Install](https://pushrocks.gitlab.io/npmts/install.html) @@ -41,4 +42,6 @@ For further information read the docs: 5. [Examples](https://pushrocks.gitlab.io/npmts/examples.html) 6. [Info](https://pushrocks.gitlab.io/npmts/info.html) +> MIT licensed | **©** 2016 - 2017 [Lossless GmbH](https://lossless.gmbh) + [![npm](https://push.rocks/assets/repo-header.svg)](https://push.rocks) diff --git a/package.json b/package.json index 05c6caa..baefe1d 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@types/gulp-sourcemaps": "0.0.29", "@types/minimatch": "^2.0.29", "@types/through2": "^2.0.32", - "beautylog": "6.1.0", + "beautylog": "6.1.1", "depcheck": "^0.6.7", "early": "^2.0.35", "gulp": "3.9.1", @@ -59,18 +59,15 @@ "smartenv": "2.0.0", "smartfile": "4.1.4", "smartpath": "3.2.7", - "smartq": "^1.0.4", + "smartq": "^1.1.0", "smartstream": "^1.0.5", "smartstring": "^2.0.22", "smartsystem": "^1.0.12", - "source-map-support": "^0.4.10", + "source-map-support": "^0.4.11", "through2": "^2.0.3", "tsn": "^2.0.15", - "typescript": "next", + "typescript": "^2.1.5", "typings-global": "^1.0.14" }, - "devDependencies": { - "@types/should": "^8.1.30", - "should": "^11.1.2" - } + "devDependencies": {} }