Skip to content

Commit

Permalink
Migrated from NPM to Yarn
Browse files Browse the repository at this point in the history
This commit changes the aluminum repository's supported package manager from NPM to Yarn.

REASONING
==========
Because it allows for synchronous downloads, Yarn will increase the speed at which aluminum dependencies are installed.

COMPATIBILITY
==========
Yarn is compatible with both Travis CI and Dependabot. Thus, the migration should require no (or minimal) further changes to the repository.

CHANGES
==========
This commit replaces NPM's package-lock.json lockfile to Yarn's yarn.lock lockfile. It also changes the "prerequisites" section of the README file to state that Yarn is required.
  • Loading branch information
ZelnickB committed Jun 30, 2020
1 parent 2bc119f commit 45e6116
Show file tree
Hide file tree
Showing 3 changed files with 1,319 additions and 1,474 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ An easy-to-configure, open-source Node.js web server
### Prerequisites
- Git
- Node.js (latest LTS version)
- NPM (typically included in a Node installation)
- Yarn

### Installing Aluminum

Expand Down

0 comments on commit 45e6116

Please sign in to comment.