diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2024-02-05 06:11:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-05 11:11:08 +0000 |
commit | 71c3aff53173cc83a96d7d2715b7918bdbc2d8a5 (patch) | |
tree | d13cc4a90ef26bb6476daca1edc1999208f4fadc /package.json | |
parent | 0e7531bc5b443461d7e76e20877464ccf48a3ef5 (diff) |
kbn-handlebars dependency update (#613)
* Update kbn-handlebars dependency
* Move handlebars dependency to dev
* Update package
* Update readme
* Update readme
* Ignore legal file
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 67442054..9ba91ba2 100644 --- a/package.json +++ b/package.json @@ -77,6 +77,7 @@ "eslint-plugin-unused-imports": "^3.0.0", "eslint-plugin-vitest": "^0.3.20", "fake-indexeddb": "^5.0.2", + "handlebars": "^4.7.8", "html-validate": "^8.8.0", "husky": "^9.0.10", "jsdom": "^24.0.0", @@ -94,7 +95,7 @@ "@zip.js/zip.js": "^2.7.31", "dexie": "^3.2.4", "dexie-export-import": "^4.0.7", - "handlebars": "^4.7.8", + "yomitan-handlebars": "git+https://github.com/themoeway/yomitan-handlebars.git#12aff5e3550954d7d3a98a5917ff7d579f3cce25", "parse5": "^7.1.2", "wanakana": "^5.3.1" }, |