From 0ed06c6707af8087ffb97f04c9469b5b2ce41183 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Thu, 26 Sep 2019 04:34:54 +0800 Subject: [PATCH] - npm: Ignore typescript docs --- .npmignore | 1 + CHANGES.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index f775b88..7213177 100644 --- a/.npmignore +++ b/.npmignore @@ -8,3 +8,4 @@ lgtm.yml .babelrc .idea .remarkrc +docs diff --git a/CHANGES.md b/CHANGES.md index 79b8439..2404fc4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,10 +5,11 @@ - Enhancement: Add explicit 'any' to `evaluate()` declaration (for use with `noImplicitAny` TypeScript option) - Build: Update minified build files +- Travis: Update to check Node 6, 10, 12 - npm: Ignore `.idea`/`.remarkrc` files - npm: Update devDeps (Babel, linting, Rollup, TypeScript related) - npm: Avoid eslint script within test script -- Travis: Update to check Node 6, 10, 12 +- npm: Ignore typescript docs ## 1.0.0 (August 7, 2019)