Skip to content

Commit 24d1656

Browse files
committed
Release v1.3.2
1 parent 96d8235 commit 24d1656

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2024 Individual contributors to run-scripts-util
3+
Copyright (c) 2022-2025 Individual contributors to run-scripts-util
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

dist/run-scripts.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! run-scripts-util v1.3.1 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License
1+
//! run-scripts-util v1.3.2 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License
22

33
export type Settings = {
44
continueOnError: boolean;

dist/run-scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! run-scripts-util v1.3.1 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License
1+
//! run-scripts-util v1.3.2 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License
22

33
import { spawn, spawnSync } from 'node:child_process';
44
import chalk from 'chalk';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "run-scripts-util",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Organize npm package.json scripts into groups of easy to manage commands (CLI tool designed for use in npm package.json scripts)",
55
"license": "MIT",
66
"type": "module",

spec/fixtures/target/c/2/last.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2024 Individual contributors to run-scripts-util
3+
Copyright (c) 2022-2025 Individual contributors to run-scripts-util
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

spec/fixtures/target/d/folder name with spaces/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2024 Individual contributors to run-scripts-util
3+
Copyright (c) 2022-2025 Individual contributors to run-scripts-util
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)