Skip to content

Commit

Permalink
Release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jan 2, 2024
1 parent 8d65663 commit 7fa9776
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022-2023 Individual contributors to copy-file-util
Copyright (c) 2022-2024 Individual contributors to copy-file-util

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
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 v1.1.2 ~~ https://github.com/center-key/copy-file-util ~~ MIT License
//! copy-file-util v1.1.3 ~~ 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 v1.1.2 ~~ https://github.com/center-key/copy-file-util ~~ MIT License
//! copy-file-util v1.1.3 ~~ https://github.com/center-key/copy-file-util ~~ MIT License

import chalk from 'chalk';
import fs from 'fs';
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "copy-file-util",
"version": "1.1.2",
"version": "1.1.3",
"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 @@ -85,22 +85,22 @@
"dependencies": {
"chalk": "~5.3",
"cli-argv-util": "~1.2",
"dna-engine": "~3.0",
"dna-engine": "~3.1",
"fancy-log": "~2.0",
"slash": "~5.1"
},
"devDependencies": {
"@types/fancy-log": "~2.0",
"@types/node": "~20.8",
"@typescript-eslint/eslint-plugin": "~6.7",
"@typescript-eslint/parser": "~6.7",
"@types/node": "~20.10",
"@typescript-eslint/eslint-plugin": "~6.17",
"@typescript-eslint/parser": "~6.17",
"add-dist-header": "~1.3",
"assert-deep-strict-equal": "~1.1",
"eslint": "~8.51",
"eslint": "~8.56",
"jshint": "~2.13",
"mocha": "~10.2",
"rimraf": "~5.0",
"run-scripts-util": "~1.2",
"typescript": "~5.2"
"typescript": "~5.3"
}
}

0 comments on commit 7fa9776

Please sign in to comment.