@mikey-pro/eslint-config 6.0.9 → 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 +5 -4
  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,16 +457,13 @@ module.exports = {
453
457
  'peerDependencies',
454
458
  'files',
455
459
  'bin',
456
- 'engines',
457
- 'types',
458
- 'typings',
459
460
  'productName',
460
- 'license',
461
461
  'homepage',
462
462
  'repository',
463
463
  'bugs',
464
464
  'author',
465
465
  'contributors',
466
+ 'license',
466
467
  'funding',
467
468
  'keywords',
468
469
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "6.0.9",
3
+ "version": "6.0.10",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "files": [