Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kbn-handlebars dependency update #613

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading