Skip to content

Commit a7fc9ae

Browse files
authored
chore(deps): move packageManager field next to engines
1 parent c08ed55 commit a7fc9ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"type": "git",
1414
"url": "git+https://github.com/mdn/content.git"
1515
},
16+
"packageManager": "[email protected]",
1617
"engines": {
1718
"node": ">=24"
1819
},
@@ -77,6 +78,5 @@
7778
"tempy": "^3.1.0",
7879
"yaml": "^2.8.2",
7980
"yargs": "^18.0.0"
80-
},
81-
"packageManager": "[email protected]"
81+
}
8282
}

0 commit comments

Comments
 (0)