-
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.
- Loading branch information
Alphability
authored and
Alphability
committed
Mar 25, 2021
1 parent
5c2eeae
commit ce257d0
Showing
6 changed files
with
28 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "1.0.6-alpha.4", | ||
"version": "1.0.6", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"packages": [ | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@endgame/calvin", | ||
"version": "1.0.6-alpha.4", | ||
"version": "1.0.6", | ||
"description": "Changing Any Lifeless Value Into Notifications", | ||
"repository": "Alphability/endgame", | ||
"author": "Alphability <[email protected]> (https://albanmezino.com)", | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@endgame/eva", | ||
"version": "1.0.6-alpha.4", | ||
"version": "1.0.6", | ||
"description": "Ease Viewport Access", | ||
"repository": "Alphability/endgame", | ||
"author": "Alphability <[email protected]> (https://albanmezino.com)", | ||
|
@@ -22,7 +22,7 @@ | |
"snyk": "^1.508.0" | ||
}, | ||
"dependencies": { | ||
"@endgame/calvin": "^1.0.6-alpha.4", | ||
"@endgame/calvin": "^1.0.6", | ||
"lodash": "^4.17.21" | ||
}, | ||
"publishConfig": { | ||
|