Skip to content

Commit

Permalink
[OV JS] Fix .npmignore (#27646)
Browse files Browse the repository at this point in the history
### Details:
 - Fix .npmignore to keep ./scripts/lib folder
 - Fix audit by update dependencies
  • Loading branch information
vishniakov-nikolai authored Nov 20, 2024
1 parent cafeda4 commit d1e67ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/bindings/js/node/.npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
bin
include
lib
/lib
!/scripts/lib
src
tests
thirdparty
Expand Down
7 changes: 4 additions & 3 deletions src/bindings/js/node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d1e67ca

Please sign in to comment.