Skip to content

Commit

Permalink
Added externs to .npmignore (#124)
Browse files Browse the repository at this point in the history
The npm package does not need externs as it is needed only for closure compiler. Added it in .npmignore since bcryptjs overrides global module and process in WebStorm IDE.
  • Loading branch information
mdhishaamakhtar authored Dec 4, 2020
1 parent 684fac6 commit 7e2e93a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ debug.log
doco/
tests/bench.js
*.png
externs

0 comments on commit 7e2e93a

Please sign in to comment.