diff --git a/package.json b/package.json index 421999b..7f8dace 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts new file mode 100644 index 0000000..a6baf7a --- /dev/null +++ b/ts/00_commitinfo_data.ts @@ -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' +}