From 5d6b7a2281cb4e29b29d318277354b3cd3dd8bce Mon Sep 17 00:00:00 2001 From: Max Holman Date: Fri, 9 Jun 2017 00:52:40 +0800 Subject: [PATCH 1/2] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64a0533..9b9bdd6 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,14 @@ Pass this resulting function any type of object, including functions. ## Example -(In these examples package.json has a name of `super-server`) +(In these examples package.json has a name of `super-server` which you can see in the output) Basic Example ```js const debug = require('debug3')('http'); -debug('This is a debug test!', [1, 2, 3]); +debug('This is a debug test!', [1, 2, 3]); // Output: **super-server:http** This is a debug test! [1, 2, 3] ``` From 7d8bdbfe838daf6ffef5de2a5dbf4c047515fb17 Mon Sep 17 00:00:00 2001 From: Max Holman Date: Fri, 9 Jun 2017 00:52:46 +0800 Subject: [PATCH 2/2] add FOSSA webhook --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 889d766..062609c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,5 @@ node_js: - "8" after_script: - npm run coveralls +notifications: + webhooks: https://app.fossa.io/hooks/travisci