From b42b1150ff469f9294da8ef1c61039a346ea57d9 Mon Sep 17 00:00:00 2001 From: Amphiluke Date: Thu, 27 Jun 2019 16:56:27 +0700 Subject: [PATCH] Add output of 'npm pack' to .npmignore --- .npmignore | 1 + package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index 00bb079..afc2902 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ .idea .eslint* rollup.config.js +*.tgz diff --git a/package-lock.json b/package-lock.json index 03fa5a6..6284193 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "less-compile-roots", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a95165d..cda1e5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "less-compile-roots", - "version": "0.2.1", + "version": "0.2.2", "description": "Tool for extracting and compiling root Less files", "main": "dist/index.js", "module": "src/index.mjs",