Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2019-11-11 20:57:11 +0300
committerclaudiahdz <cghr1990@gmail.com>2019-11-13 21:16:03 +0300
commitb49c5535b7c41729a8d167b035924c3c66b36de0 (patch)
tree0e164e5750744277189b13b30772e42a2f5b26fe /.npmignore
parent938d6124d6d15d96b5a69d0ae32ef59fceb8ceab (diff)
fix: should not publish tap-snapshot folder
- Add `tap-snapshot` folder to `.npmignore` - Fixes #461 PR-URL: https://github.com/npm/cli/pull/471 Credit: @ruyadorno Close: #471 Reviewed-by: @claudiahdz
Diffstat (limited to '.npmignore')
-rw-r--r--.npmignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.npmignore b/.npmignore
index 12efef278..d67ce2471 100644
--- a/.npmignore
+++ b/.npmignore
@@ -6,6 +6,7 @@ npm-debug.log
node_modules/marked
node_modules/marked-man
node_modules/tap
+tap-snapshots
node_modules/.bin
node_modules/npm-registry-mock
/npmrc