Skip to content

Commit

Permalink
Add .default-npm-packages to asdf.cfg (#1459)
Browse files Browse the repository at this point in the history
* Add .default-npm-packages to asdf.cfg

Default set of npm packages to be installed with NodeJS.
https://github.com/asdf-vm/asdf-nodejs#default-npm-packages

* Update CHANGELOG.md

* AZ order

---------

Co-authored-by: Laurent Raufaste <[email protected]>
  • Loading branch information
caalberts and lra authored Mar 24, 2023
1 parent 24746e3 commit f6cb208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- Added support for Elgato StreamDeck (via @fharper)
- Added support for ni (via @wxh16144)
- Added support for TablePlus Favorites (via @pesonn)
- Added support for asdf .default-npm-packages
- Updated poetry config location (via @syphar)
- Updated support for vim (via @iarchean)
- Updated support for Maven: include settings-security.xml (via @stevenodb)
Expand Down
2 changes: 1 addition & 1 deletion mackup/applications/asdf.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name = asdf

[configuration_files]
.asdfrc
.tool-versions
.default-gems
.default-npm-packages
.tool-versions

0 comments on commit f6cb208

Please sign in to comment.