-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
1 parent
4850fe9
commit 3408634
Showing
4 changed files
with
15 additions
and
9 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 |
---|---|---|
|
@@ -22,4 +22,6 @@ yarn-debug.log* | |
yarn-error.log* | ||
|
||
.yarnrc.yml | ||
.yarn/* | ||
.yarn/* | ||
|
||
*.orig |
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": "bloompub-viewer", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Bloom Devs", | ||
"description": "Viewer for Bloom Digital books", | ||
"license": "MIT", | ||
|
@@ -175,5 +175,9 @@ | |
"webpack-hot-middleware": "^2.25.0", | ||
"webpack-merge": "^4.2.2" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
"packageManager": "[email protected]", | ||
"volta": { | ||
"node": "16.13.0", | ||
"yarn": "1.22.19" | ||
} | ||
} |
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