fix(core): update

This commit is contained in:
Philipp Kunz 2022-05-02 18:23:36 +02:00
parent 3ef8a145a5
commit d788bdc78b
2 changed files with 9 additions and 1 deletions

View File

@ -45,7 +45,7 @@
"@rollup/plugin-typescript": "^8.3.1",
"@types/html-minifier": "^4.0.2",
"@types/node": "^17.0.21",
"esbuild": "^0.14.27",
"esbuild": "0.14.27",
"html-minifier": "^4.0.0",
"rollup": "^2.70.1",
"rollup-plugin-babel": "^4.4.0",

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@gitzone/tsbundle',
version: '1.0.103',
description: 'a bundler using rollup for painless bundling of web projects'
}