mirror of
https://github.com/github/awesome-copilot.git
synced 2026-07-14 01:51:02 +00:00
fix: update package.json main field to update-readme.mjs (#2244)
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
"name": "awesome-copilot",
|
"name": "awesome-copilot",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Enhance your GitHub Copilot experience with community-contributed instructions, prompts, agents, and skills.",
|
"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,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npm run build",
|
"start": "npm run build",
|
||||||
|
|||||||
Reference in New Issue
Block a user