Skip to content

Commit

Permalink
Release v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jan 14, 2023
1 parent 6f997e7 commit b632714
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/copy-file.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! copy-file-util v0.1.6 ~~ https://github.com/center-key/copy-file-util ~~ MIT License
//! copy-file-util v0.1.7 ~~ https://github.com/center-key/copy-file-util ~~ MIT License

export type Settings = {
cd: string;
Expand Down
2 changes: 1 addition & 1 deletion dist/copy-file.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! copy-file-util v0.1.6 ~~ https://github.com/center-key/copy-file-util ~~ MIT License
//! copy-file-util v0.1.7 ~~ https://github.com/center-key/copy-file-util ~~ MIT License

import fs from 'fs';
import path from 'path';
Expand Down
2 changes: 1 addition & 1 deletion dist/copy-file.umd.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! copy-file-util v0.1.6 ~~ https://github.com/center-key/copy-file-util ~~ MIT License
//! copy-file-util v0.1.7 ~~ https://github.com/center-key/copy-file-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-file-util",
"version": "0.1.6",
"version": "0.1.7",
"description": "Copy or rename a file with optional package version number (CLI tool designed for use in npm scripts)",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -88,15 +88,15 @@
"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",
"cpy-cli": "~4.2",
"eslint": "~8.31",
"jshint": "~2.13",
"mocha": "~10.2",
"rimraf": "~3.0",
"rimraf": "~4.0",
"run-scripts-util": "~0.1",
"typescript": "~4.9"
}
Expand Down

0 comments on commit b632714

Please sign in to comment.