Skip to content

Commit

Permalink
Merge branch 'master' into language-select
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 authored Feb 5, 2024
2 parents f032d99 + 576dece commit ddb9b97
Show file tree
Hide file tree
Showing 43 changed files with 289 additions and 7,029 deletions.
3 changes: 2 additions & 1 deletion .htmlvalidateignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
builds/
builds/
ext/legal-npm.html
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,13 @@ Required licensing notices for this project follow below:

Yomitan uses several third-party libraries to function.

| Name | Installed version | License type | Link |
| :------------------ | :---------------- | :----------- | :------------------------------------------------------- |
| @zip.js/zip.js | 2.7.31 | BSD-3-Clause | git+https://github.com/gildas-lormeau/zip.js.git |
| dexie | 3.2.4 | Apache-2.0 | git+https://github.com/dfahlander/Dexie.js.git |
| dexie-export-import | 4.0.7 | Apache-2.0 | git+https://github.com/dexie/Dexie.js.git |
| handlebars | 4.7.8 | MIT | git+https://github.com/handlebars-lang/handlebars.js.git |
| parse5 | 7.1.2 | MIT | git://github.com/inikulin/parse5.git |
| wanakana | 5.3.1 | MIT | git+ssh://git@github.com/WaniKani/WanaKana.git |
<!-- The following table is generated using the command `npm run license-report-markdown`. -->

| Name | Installed version | License type | Link |
| :------------------ | :---------------- | :----------- | :----------------------------------------------- |
| @zip.js/zip.js | 2.7.32 | BSD-3-Clause | git+https://github.com/gildas-lormeau/zip.js.git |
| dexie | 3.2.4 | Apache-2.0 | git+https://github.com/dfahlander/Dexie.js.git |
| dexie-export-import | 4.0.7 | Apache-2.0 | git+https://github.com/dexie/Dexie.js.git |
| yomitan-handlebars | 1.0.0 | MIT | n/a |
| parse5 | 7.1.2 | MIT | git://github.com/inikulin/parse5.git |
| wanakana | 5.3.1 | MIT | git+ssh://git@github.com/WaniKani/WanaKana.git |
2 changes: 1 addition & 1 deletion dev/lib/handlebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
export {Handlebars} from './handlebars/src/handlebars.js';

export {Handlebars} from 'yomitan-handlebars/src/handlebars.js';
29 changes: 0 additions & 29 deletions dev/lib/handlebars/LICENSE

This file was deleted.

165 changes: 0 additions & 165 deletions dev/lib/handlebars/README.md

This file was deleted.

91 changes: 0 additions & 91 deletions dev/lib/handlebars/__snapshots__/index.test.ts.snap

This file was deleted.

Loading

0 comments on commit ddb9b97

Please sign in to comment.