fix: update package.json main field to update-readme.mjs (#2244)

This commit is contained in:
Ather
2026-07-08 20:46:04 -04:00
committed by GitHub
parent 93372200cb
commit 836ca8e4e5
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "awesome-copilot",
"version": "1.0.0",
"description": "Enhance your GitHub Copilot experience with community-contributed instructions, prompts, agents, and skills.",
"main": "./eng/update-readme.js",
"main": "./eng/update-readme.mjs",
"private": true,
"scripts": {
"start": "npm run build",