From 5ffde8096967759c2e411b64c1d393f29323fa79 Mon Sep 17 00:00:00 2001 From: Chandler Date: Fri, 1 Jun 2018 10:19:47 -0600 Subject: [PATCH] add .nvmrc .idea .vscode to .npmignore (#892) * add .nvmrc .idea .vscode to .npmignore * changelog --- .npmignore | 3 +++ CHANGELOG.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 834bcca4e02..f25f0bd7ef2 100644 --- a/.npmignore +++ b/.npmignore @@ -6,12 +6,15 @@ wiki/ generator-eui/ test/ src-docs/ +.nvmrc # ignore everything in `scripts` except postinstall.js scripts/!(postinstall.js) .DS_Store .eslintcache +.idea +.vscode .yo-rc.json package-lock.json npm-debug.log diff --git a/CHANGELOG.md b/CHANGELOG.md index d36c19424dd..d57fe18bb83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## [`master`](https://github.com/elastic/eui/tree/master) -No public facing changes since `0.0.51` +- Removed `.nvmrc` file from published npm package ([#892](https://github.com/elastic/eui/pull/892)) ## [`0.0.51`](https://github.com/elastic/eui/tree/v0.0.51)