We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a1bb8 commit 9126d00Copy full SHA for 9126d00
packages/frontmatter-config/index.js renamed to packages/frontmatter-config/index.cjs
packages/frontmatter-config/package.json
@@ -11,10 +11,11 @@
11
"fixpack": "fixpack",
12
"update": "npm-check-updates -u && npm install && git add package* && fixpack && git commit -m \"chore(deps): update dependencies\""
13
},
14
- "main": "index.js",
+ "main": "index.cjs",
15
"engines": {
16
"node": ">=22.1.0",
17
"npm": ">=10.8.0"
18
19
- "gitHead": "515736c9b5186fe57ad4e73dbbf6915b76641277"
+ "gitHead": "515736c9b5186fe57ad4e73dbbf6915b76641277",
20
+ "type": "commonjs"
21
}
0 commit comments