Compare commits

...

2 Commits

Author SHA1 Message Date
661fdf75cf 2.0.0 2022-05-04 17:14:39 +02:00
6f17a76b6e BREAKING CHANGE(core): remove parcel and rollup 2022-05-04 17:14:38 +02:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@gitzone/tsbundle",
"version": "1.0.104",
"version": "2.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@gitzone/tsbundle",
"version": "1.0.104",
"version": "2.0.0",
"license": "MIT",
"dependencies": {
"@pushrocks/early": "^3.0.6",

View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tsbundle",
"version": "1.0.104",
"version": "2.0.0",
"private": false,
"description": "a bundler using rollup for painless bundling of web projects",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@gitzone/tsbundle',
version: '1.0.104',
version: '2.0.0',
description: 'a bundler using rollup for painless bundling of web projects'
}