2 Commits

Author SHA1 Message Date
7c5af2f3ab chore: add dist to package.json
All checks were successful
Publish / publish (push) Successful in 1m44s
2026-03-27 14:45:53 +01:00
cbef98a077 chore: add dist to package.json
Some checks failed
Publish / publish (push) Has been cancelled
2026-03-27 14:26:09 +01:00

View File

@@ -39,6 +39,13 @@
} }
], ],
"license": "MIT", "license": "MIT",
"files": [
"dist/main.js",
"dist/src/",
"dist/templates/",
"README.md",
"LICENSE"
],
"dependencies": { "dependencies": {
"chalk": "^4.1.2", "chalk": "^4.1.2",
"commander": "^11.1.0", "commander": "^11.1.0",