@mikey-pro/eslint-config 6.0.8 → 6.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +9 -5
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -445,7 +445,11 @@ module.exports = {
445
445
  'description',
446
446
  'private',
447
447
  'main',
448
+ 'type',
449
+ 'types',
450
+ 'typings',
448
451
  'browser',
452
+ 'engines',
449
453
  'scripts',
450
454
  'husky',
451
455
  'dependencies',
@@ -453,15 +457,15 @@ module.exports = {
453
457
  'peerDependencies',
454
458
  'files',
455
459
  'bin',
456
- 'engines',
457
- 'types',
458
- 'typings',
459
460
  'productName',
460
- 'license',
461
- 'author',
462
461
  'homepage',
463
462
  'repository',
464
463
  'bugs',
464
+ 'author',
465
+ 'contributors',
466
+ 'license',
467
+ 'funding',
468
+ 'keywords',
465
469
  ],
466
470
  },
467
471
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "6.0.8",
3
+ "version": "6.0.10",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "files": [