From 4b3c9c92692003830e91be4cb0b5bf2ba6d7a05f Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 7 Jun 2022 18:04:35 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/smartarchive.classes.smartarchive.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 65f8201..ab82a6c 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartarchive', - version: '3.0.5', + version: '3.0.6', description: 'work with archives' } diff --git a/ts/smartarchive.classes.smartarchive.ts b/ts/smartarchive.classes.smartarchive.ts index 26d3155..e80aac3 100644 --- a/ts/smartarchive.classes.smartarchive.ts +++ b/ts/smartarchive.classes.smartarchive.ts @@ -2,7 +2,6 @@ import * as plugins from './smartarchive.plugins.js'; import * as paths from './smartarchive.paths.js'; export class SmartArchive { - public archiveDirectory: string; constructor() {} /**