File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ const fields = [
105
105
{ key : 'examplestyle' } ,
106
106
{ key : 'assets' } ,
107
107
{ key : 'bin' , over : sortObject } ,
108
- { key : 'man' , over : sortObject } ,
108
+ { key : 'man' } ,
109
109
{ key : 'directories' , over : sortDirectories } ,
110
110
{ key : 'workspaces' } ,
111
111
// node-pre-gyp https://www.npmjs.com/package/node-pre-gyp#1-add-new-entries-to-your-packagejson
@@ -149,8 +149,8 @@ const fields = [
149
149
{ key : 'resolutions' , over : sortObject } ,
150
150
{ key : 'engines' , over : sortObject } ,
151
151
{ key : 'engineStrict' , over : sortObject } ,
152
- { key : 'os' , over : sortObject } ,
153
- { key : 'cpu' , over : sortObject } ,
152
+ { key : 'os' } ,
153
+ { key : 'cpu' } ,
154
154
{ key : 'preferGlobal' , over : sortObject } ,
155
155
{ key : 'publishConfig' , over : sortObject } ,
156
156
]
Original file line number Diff line number Diff line change @@ -189,7 +189,6 @@ assert.deepStrictEqual(
189
189
for ( const field of [
190
190
'exports' ,
191
191
'bin' ,
192
- 'man' ,
193
192
'commitlint' ,
194
193
'lint-staged' ,
195
194
'config' ,
@@ -206,8 +205,6 @@ for (const field of [
206
205
'resolutions' ,
207
206
'engines' ,
208
207
'engineStrict' ,
209
- 'os' ,
210
- 'cpu' ,
211
208
'preferGlobal' ,
212
209
'publishConfig' ,
213
210
] ) {
@@ -251,12 +248,15 @@ for (const field of [
251
248
'example' ,
252
249
'examplestyle' ,
253
250
'assets' ,
251
+ 'man' ,
254
252
'workspaces' ,
255
253
'pre-commit' ,
256
254
'browserslist' ,
257
255
'eslintIgnore' ,
258
256
'stylelint' ,
259
257
'flat' ,
258
+ 'os' ,
259
+ 'cpu' ,
260
260
] ) {
261
261
testField ( field , [
262
262
{
You can’t perform that action at this time.
0 commit comments