Skip to content

Commit

Permalink
add .nvmrc .idea .vscode to .npmignore (#892)
Browse files Browse the repository at this point in the history
* add .nvmrc .idea .vscode to .npmignore

* changelog
  • Loading branch information
chandlerprall authored Jun 1, 2018
1 parent d3da542 commit 5ffde80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 5ffde80

Please sign in to comment.