Skip to content

Commit

Permalink
Release v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jan 14, 2023
1 parent 3108315 commit 47632b1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/copy-folder.d.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion dist/copy-folder.js
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 1 addition & 1 deletion dist/copy-folder.umd.cjs
Original file line number Diff line number Diff line change
@@ -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 };
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -90,16 +90,16 @@
"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",
"eslint": "~8.31",
"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"
}
Expand Down

0 comments on commit 47632b1

Please sign in to comment.