Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jun 20, 2023
1 parent 23e4090 commit 1522fbe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/run-scripts.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! run-scripts-util v1.1.1 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License
//! run-scripts-util v1.2.0 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License

export type Settings = {
only: number | null;
Expand Down
2 changes: 1 addition & 1 deletion dist/run-scripts.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! run-scripts-util v1.1.1 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License
//! run-scripts-util v1.2.0 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License

import { spawn, spawnSync } from 'node:child_process';
import chalk from 'chalk';
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": "run-scripts-util",
"version": "1.1.1",
"version": "1.2.0",
"description": "Organize npm scripts into named groups of easy to manage commands (CLI tool designed for use in npm scripts)",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -105,23 +105,23 @@
},
"dependencies": {
"chalk": "~5.2",
"cli-argv-util": "~1.0",
"cli-argv-util": "~1.1",
"fancy-log": "~2.0"
},
"devDependencies": {
"@types/fancy-log": "~2.0",
"@types/node": "~20.3",
"@typescript-eslint/eslint-plugin": "~5.60",
"@typescript-eslint/parser": "~5.60",
"add-dist-header": "~1.0",
"assert-deep-strict-equal": "~1.0",
"copy-file-util": "~1.0",
"copy-folder-util": "~1.0",
"add-dist-header": "~1.1",
"assert-deep-strict-equal": "~1.1",
"copy-file-util": "~1.1",
"copy-folder-util": "~1.1",
"eslint": "~8.43",
"jshint": "~2.13",
"mocha": "~10.2",
"npm-run-all2": "~6.0",
"rev-web-assets": "~1.1",
"rev-web-assets": "~1.2",
"rimraf": "~5.0",
"typescript": "~5.1"
}
Expand Down

0 comments on commit 1522fbe

Please sign in to comment.