From 36aabbffee3317f6402f86a6ad02120a28d03463 Mon Sep 17 00:00:00 2001 From: Ruslan Lopatin Date: Tue, 10 Nov 2020 15:57:16 +0700 Subject: [PATCH] Exclude build configs from the package --- .npmignore | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.npmignore b/.npmignore index 2a917b4..da31e40 100644 --- a/.npmignore +++ b/.npmignore @@ -22,9 +22,9 @@ node_modules # Build configurations /.* +/*.cjs /*.js -/ts*.json -/typedoc.json +/*.json # Package lock /yarn.lock diff --git a/package.json b/package.json index 8990661..7e5c5fd 100644 --- a/package.json +++ b/package.json @@ -51,8 +51,8 @@ } }, "dependencies": { - "@hatsy/hten": "^1.1.0", - "@hatsy/http-header-value": "^3.5.0", + "@hatsy/hten": "^1.1.1", + "@hatsy/http-header-value": "^3.5.1", "@proc7ts/primitives": "^1.4.0" }, "engines": {