-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: change license to mit * ci: update actions to use v4 of checkout, setup-node and cache * docs: add new badges and update deploy badge
- Loading branch information
1 parent
01ef23e
commit 556e905
Showing
7 changed files
with
47 additions
and
353 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
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
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
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
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
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 |
---|---|---|
|
@@ -11,14 +11,14 @@ | |
"email": "[email protected]", | ||
"url": "https://github.com/kieranroneill" | ||
}, | ||
"license": "GPL-2.0-or-later", | ||
"license": "MIT", | ||
"keywords": [ | ||
"algorand", | ||
"blockchain" | ||
], | ||
"private": true, | ||
"engines": { | ||
"node": ">=16.14" | ||
"node": ">=20.9.0" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
|