Skip to content

Commit

Permalink
Update .npmrc (#3399)
Browse files Browse the repository at this point in the history
Don't display `npm WARN <....>`  on install

Only Error will be displayed
  • Loading branch information
bugsounet authored Mar 16, 2024
1 parent 1a745cf commit 16af809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
engine-strict=true
audit=false
loglevel="error"
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ _This release is scheduled to be released on 2024-04-01._
- Changed `log.debug` to `log.log` in `app.js` where logLevel is not set because config is not loaded at this time (#3353)
- added message in case where config.js is missing the module.export line PR #3383
- Fixed an issue where recurring events could extend past their recurrence end date (#3393)
- Don't display any `npm WARN <....>` on install (#3399)

### Deleted

Expand Down

0 comments on commit 16af809

Please sign in to comment.