Skip to content

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Nov 8, 2022
1 parent f7e3dac commit 4bd9cd7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.1 ~~ https://github.com/center-key/copy-folder-util ~~ MIT License
//! copy-folder-util v0.2.2 ~~ https://github.com/center-key/copy-folder-util ~~ MIT License

export declare 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.1 ~~ https://github.com/center-key/copy-folder-util ~~ MIT License
//! copy-folder-util v0.2.2 ~~ 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.1 ~~ https://github.com/center-key/copy-folder-util ~~ MIT License
//! copy-folder-util v0.2.2 ~~ 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.1",
"version": "0.2.2",
"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 @@ -89,12 +89,12 @@
"devDependencies": {
"@types/fancy-log": "~2.0",
"@types/node": "~18.11",
"@typescript-eslint/eslint-plugin": "~5.40",
"@typescript-eslint/parser": "~5.40",
"@typescript-eslint/eslint-plugin": "~5.42",
"@typescript-eslint/parser": "~5.42",
"add-dist-header": "~0.3",
"assert-deep-strict-equal": "~1.0",
"copy-file-util": "~0.1",
"eslint": "~8.26",
"eslint": "~8.27",
"jshint": "~2.13",
"mocha": "~10.1",
"rev-web-assets": "~0.1",
Expand Down
2 changes: 1 addition & 1 deletion task-runner.sh.command
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ setupTools() {
which node || { echo "Need to install Node.js: https://nodejs.org"; exit; }
node --version
npm install --no-fund
npm update
npm update --no-fund
npm outdated
echo
}
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2015",
"target": "ES2016",
"module": "ES2020",
"moduleResolution": "node",
"declaration": true,
Expand Down

0 comments on commit 4bd9cd7

Please sign in to comment.