Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit c0ec137

Browse files
committed
- Add .ncurc.js for use with npm-check-updates to avoid updating peerDeps. when performing auto-update
1 parent 4e3dc42 commit c0ec137

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.ncurc.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
'use strict';
2+
3+
module.exports = {
4+
// Whitelist all for checking besides `peer` which indicates
5+
// somewhat older versions of `eslint` we still support even
6+
// while our devDeps point to a more recent version
7+
dep: 'prod,dev,optional,bundle',
8+
};

0 commit comments

Comments
 (0)