diff --git a/index.js b/index.js index 10a5ff3..5f77b81 100755 --- a/index.js +++ b/index.js @@ -343,6 +343,7 @@ const fields = [ }, { key: 'scripts', over: sortScripts }, { key: 'betterScripts', over: sortScripts }, + /* vscode */ { key: 'l10n' }, /* vscode */ { key: 'contributes', over: sortObject }, /* vscode */ { key: 'activationEvents', over: uniq }, { key: 'husky', over: overProperty('hooks', sortGitHooks) }, diff --git a/tests/snapshots/main.js.md b/tests/snapshots/main.js.md index 5174023..a00bc2b 100644 --- a/tests/snapshots/main.js.md +++ b/tests/snapshots/main.js.md @@ -62,6 +62,7 @@ Generated by [AVA](https://avajs.dev). "jsdelivr": "jsdelivr",␊ "jsnext:main": "jsnext:main",␊ "keywords": "keywords",␊ + "l10n": "l10n",␊ "languageName": "languageName",␊ "license": "license",␊ "lint-staged": "lint-staged",␊ @@ -166,6 +167,7 @@ Generated by [AVA](https://avajs.dev). "binary": "binary",␊ "scripts": "scripts",␊ "betterScripts": "betterScripts",␊ + "l10n": "l10n",␊ "contributes": "contributes",␊ "activationEvents": "activationEvents",␊ "husky": "husky",␊ diff --git a/tests/snapshots/main.js.snap b/tests/snapshots/main.js.snap index 6d8165d..35cce14 100644 Binary files a/tests/snapshots/main.js.snap and b/tests/snapshots/main.js.snap differ