-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use npm workspaces to manage installation of packages
npm workspaces can install our workspace package dependencies far quicker than athloi. This removes the need for the postinstall script. This also finally introduces the much needed package-lock.json for the repo.
- Loading branch information
Showing
57 changed files
with
214,731 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ dist/ | |
.DS_Store | ||
Thumbs.db | ||
npm-debug.log | ||
package-lock.json | ||
yarn.lock | ||
.vscode | ||
.cache | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.