Skip to content

Commit

Permalink
_js: bump to 0.10.0
Browse files Browse the repository at this point in the history
This brings NPM in sync with the upcoming v3.5.0 of the Go module,
which is significantly newer than the last sync with v3.1.0.

We also now use Go 1.17.9 rather than 1.12.x.

Note that we jump to 0.10.0 rather than 0.6.0, to avoid confusion with
the Go module's much older v0.6.0 release.
mvdan committed May 8, 2022
1 parent bb01e09 commit 9807f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mvdan-sh",
"version": "0.5.0",
"version": "0.10.0",
"description": "A shell parser and formatter (POSIX/Bash/mksh)",
"main": "index.js",
"repository": "https://github.com/mvdan/sh",

0 comments on commit 9807f61

Please sign in to comment.