-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure package layout, add minimum required for position list fe…
…tching (#10) * move package to root * update actions to new structure * update depedencies * fix commands * work on position list MVP * fetcher is optional * make positionsFromManifest functional * fix typo * lint * add client option for httpfetcher * fix httpfetcher lint * convert Resource from interface to abstract class
- Loading branch information
1 parent
94e518c
commit 659a3b2
Showing
15 changed files
with
25,606 additions
and
24,414 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Readium Shared Web | ||
# Readium Web | ||
|
||
Next generation SDK for publications in Web Apps | ||
|
||
|
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
module.exports = { | ||
collectCoverageFrom: [ | ||
'src/**/*.{ts,tsx,js,jsx}', | ||
'shared/src/**/*.{ts,tsx,js,jsx}', | ||
//'navigator/src/**/*.{ts,tsx,js,jsx}' | ||
] | ||
} |
Oops, something went wrong.