fix(smartconfig): correct smartconfig package key and add npmjs registry for public releases

This commit is contained in:
2026-03-24 16:49:58 +00:00
parent 1c008bfcc1
commit d0f485ee85
3 changed files with 17 additions and 10 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartscaf',
version: '4.0.19',
version: '4.0.21',
description: 'A project aimed at quickly scaffolding projects with support for TypeScript, smart file handling, and template rendering.'
}