Skip to content

Releases: RyanZim/edit-script

v3.0.0

Choose a tag to compare

@RyanZim RyanZim released this 24 Dec 19:44
366f727
  • Require Node v18+
  • Switch to ESM
  • Update dependencies

2.0.0

Choose a tag to compare

@RyanZim RyanZim released this 23 May 14:43
  • Require Node v8+
  • Update dependencies

1.0.0

Choose a tag to compare

@RyanZim RyanZim released this 11 Feb 00:45

This release drops Node.js 4 support and upgrades dependencies. Also moving to 1.0.0 since this package is basically stable.

v0.1.3

Choose a tag to compare

@RyanZim RyanZim released this 24 Jun 14:39
  • Fixed an issue where calling edit-script <script> would still give you the script selection menu
  • Switched from fs-promise to fs-extra

v0.1.2

Choose a tag to compare

@RyanZim RyanZim released this 25 Feb 01:21

In previous versions, if the package.json didn't have a scripts key, edit-script would error out. This release fixes this issue.

v0.1.1

Choose a tag to compare

@RyanZim RyanZim released this 02 Jan 19:49

Code Refactor and Small Bugfix.

v0.1.0 - Interactive

Choose a tag to compare

@RyanZim RyanZim released this 10 Nov 20:52

You can now interactively choose which script to edit when none is specified on the command line.

v0.0.1 - First Release

Choose a tag to compare

@RyanZim RyanZim released this 01 Nov 20:29
Add --help