Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jan 3, 2024
1 parent ba98222 commit 2439e05
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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) 2023 Individual contributors to recursive-exec
Copyright (c) 2023-2024 Individual contributors to recursive-exec

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/recursive-exec.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! recursive-exec v0.1.1 ~~ https://github.com/center-key/recursive-exec ~~ MIT License
//! recursive-exec v1.0.0 ~~ https://github.com/center-key/recursive-exec ~~ MIT License

export type Settings = {
echo: boolean;
Expand Down
2 changes: 1 addition & 1 deletion dist/recursive-exec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! recursive-exec v0.1.1 ~~ https://github.com/center-key/recursive-exec ~~ MIT License
//! recursive-exec v1.0.0 ~~ https://github.com/center-key/recursive-exec ~~ MIT License

import { globSync } from 'glob';
import { spawnSync } from 'node:child_process';
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recursive-exec",
"version": "0.1.1",
"version": "1.0.0",
"description": "Run a command on each file in a folder and its subfolders (CLI tool designed for use in npm scripts)",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -93,21 +93,21 @@
},
"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",
"copy-file-util": "~1.1",
"csso-cli": "~4.0",
"eslint": "~8.51",
"eslint": "~8.56",
"jshint": "~2.13",
"less": "~4.2",
"make-dir-cli": "~3.1",
"mocha": "~10.2",
"rimraf": "~5.0",
"run-scripts-util": "~1.2",
"typescript": "~5.2",
"typescript": "~5.3",
"uglify-js": "~3.17"
}
}

0 comments on commit 2439e05

Please sign in to comment.