Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .npmignore

This file was deleted.

2 changes: 0 additions & 2 deletions deps/.editorconfig
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since winpty was removed (#868), the deps/ folder contained only this file. I removed the deps/ folder.

This file was deleted.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
},
"files": [
"binding.gyp",
"lib/",
"scripts/",
"src/",
"deps/",
"lib/**/*.js",
"!lib/**/*.test.js",
"scripts/post-install.js",
"scripts/prebuild.js",
"src/**/*.{cc,h}",
"prebuilds/",
"third_party/",
"typings/"
Expand Down