fix(package): Fix duplicate node export in package.json

This commit is contained in:
2024-12-02 16:05:44 +01:00
parent 3e50547d91
commit de02e015e8
4 changed files with 8 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-document',
version: '1.5.0',
version: '1.5.1',
description: 'A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation.'
}