Skip to content

Commit

Permalink
update node.js; add ES modules to editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Sep 25, 2024
1 parent 7f0eff2 commit 462672a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ indent_style = tab
indent_style = tab

# Natural HTML nesting
[*.js]
[*.{js,mjs}]
quote_type = single

# Compressed artifacts
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
golang 1.23.0
nodejs 20.10.0
nodejs 20.17.0
python 3.12.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ It is provided with the base macOS operating system. Equivalent aliases for `ope
* [ShellCheck](https://www.shellcheck.net/) 0.8.0+
* [Go](https://go.dev/) 1.23.0+
* [kirill](https://github.com/mcandre/kirill) 0.0.1
* [Node.js](https://nodejs.org/en/) 20.10.0+
* [Node.js](https://nodejs.org/en/) 20.17.0+
* [Python](https://www.python.org/) 3.12.1+
* Provision additional dev tools with `./install`

Expand Down
3 changes: 0 additions & 3 deletions src/.direnv.d/nodenv.sh

This file was deleted.

2 changes: 1 addition & 1 deletion src/global.tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
golang 1.23.0
nodejs 20.10.0
nodejs 20.17.0
python 3.12.1
rust 1.75.0

0 comments on commit 462672a

Please sign in to comment.