From 47632b11bf41c9683245c18ded2271b9ae600505 Mon Sep 17 00:00:00 2001 From: dpilafian Date: Fri, 13 Jan 2023 18:18:09 -0800 Subject: [PATCH] Release v0.2.5 --- dist/copy-folder.d.ts | 2 +- dist/copy-folder.js | 2 +- dist/copy-folder.umd.cjs | 2 +- package.json | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dist/copy-folder.d.ts b/dist/copy-folder.d.ts index 524bcb0..25bfa5b 100644 --- a/dist/copy-folder.d.ts +++ b/dist/copy-folder.d.ts @@ -1,4 +1,4 @@ -//! copy-folder-util v0.2.4 ~~ https://github.com/center-key/copy-folder-util ~~ MIT License +//! copy-folder-util v0.2.5 ~~ https://github.com/center-key/copy-folder-util ~~ MIT License export type Settings = { basename: string; diff --git a/dist/copy-folder.js b/dist/copy-folder.js index 4f56ab0..491061d 100644 --- a/dist/copy-folder.js +++ b/dist/copy-folder.js @@ -1,4 +1,4 @@ -//! copy-folder-util v0.2.4 ~~ https://github.com/center-key/copy-folder-util ~~ MIT License +//! copy-folder-util v0.2.5 ~~ https://github.com/center-key/copy-folder-util ~~ MIT License import fs from 'fs'; import path from 'path'; diff --git a/dist/copy-folder.umd.cjs b/dist/copy-folder.umd.cjs index 988e21d..d1799bf 100644 --- a/dist/copy-folder.umd.cjs +++ b/dist/copy-folder.umd.cjs @@ -1,4 +1,4 @@ -//! copy-folder-util v0.2.4 ~~ https://github.com/center-key/copy-folder-util ~~ MIT License +//! copy-folder-util v0.2.5 ~~ https://github.com/center-key/copy-folder-util ~~ MIT License var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; diff --git a/package.json b/package.json index 6711a5d..35a88f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "copy-folder-util", - "version": "0.2.4", + "version": "0.2.5", "description": "Recursively copy files from one folder to another folder (CLI tool designed for use in npm scripts)", "license": "MIT", "type": "module", @@ -90,8 +90,8 @@ "devDependencies": { "@types/fancy-log": "~2.0", "@types/node": "~18.11", - "@typescript-eslint/eslint-plugin": "~5.47", - "@typescript-eslint/parser": "~5.47", + "@typescript-eslint/eslint-plugin": "~5.48", + "@typescript-eslint/parser": "~5.48", "add-dist-header": "~0.3", "assert-deep-strict-equal": "~1.0", "copy-file-util": "~0.1", @@ -99,7 +99,7 @@ "jshint": "~2.13", "mocha": "~10.2", "rev-web-assets": "~0.1", - "rimraf": "~3.0", + "rimraf": "~4.0", "run-scripts-util": "~0.1", "typescript": "~4.9" }