Skip to content

Commit

Permalink
Node 14, dependency upgrade.
Browse files Browse the repository at this point in the history
Node 14 is now LTS, so we'll use that.
  • Loading branch information
dscalzi committed Nov 1, 2020
1 parent 28cb5a3 commit 0d46a52
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 130 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Daniel D. Scalzi
Copyright (c) 2019-2020 Daniel D. Scalzi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Generate a distribution.json for Helios. Documentation on this format can be fou

## Requirements

* Node.js 12
* Node.js 14
* Java 8+ (https://adoptopenjdk.net/)
* This is required to run the forge installer and process [XZ](https://tukaani.org/xz/format.html) files.
* This is required to run the forge installer, process [XZ](https://tukaani.org/xz/format.html) files, and run bytecode analysis on mod files.


### Notes
Expand Down
Loading

0 comments on commit 0d46a52

Please sign in to comment.