fix(core): update

This commit is contained in:
Philipp Kunz 2022-06-07 18:04:35 +02:00
parent 447a02b4c0
commit 4b3c9c9269
2 changed files with 1 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartarchive',
version: '3.0.5',
version: '3.0.6',
description: 'work with archives'
}

View File

@ -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() {}
/**