From 5c56b07e516c09b9601c5a945a53f9ad5a76e7b0 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 8 Mar 2021 17:21:55 +0100 Subject: [PATCH] Included all dot-files on npm ignore list --- .npmignore | 3 ++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.npmignore b/.npmignore index cb19643..b3d817c 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ /docs /__* -/.nyc_output \ No newline at end of file +/.nyc_output +/.* \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 5558533..7d934bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nicetables", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 62451c4..8ae0667 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nicetables", - "version": "0.1.0", + "version": "0.1.1", "description": "An easy to use console-table package.", "main": "index.js", "scripts": {