henkan 0.0.0 → 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# henkan
|
|
2
2
|
|
|
3
|
-
A Node.JS library that helps you convert any dictionary from [EDRDG](https://www.edrdg.org/), transform their entries into more user-friendly schemas and create Anki notes from
|
|
3
|
+
A Node.JS library that helps you convert any dictionary from [EDRDG](https://www.edrdg.org/), transform their entries into more user-friendly schemas and create Anki notes from them.
|
|
4
4
|
|
|
5
5
|
> The library is used for the [Full Japanese Study Deck](https://ankiweb.net/shared/info/1407096987), so some features might be tailored specifically to the deck.
|
|
6
6
|
|
|
@@ -79,4 +79,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
|
79
79
|
|
|
80
80
|
# License
|
|
81
81
|
|
|
82
|
-
This library is licensed under the [MIT License](LICENSE.md).
|
|
82
|
+
This library is licensed under the [MIT License](LICENSE.md).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "henkan",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1",
|
|
4
4
|
"description": "A Node.JS library that helps you convert any dictionary from EDRDG, transform their entries into more user-friendly schemas and create Anki notes from the them.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fjsd",
|
|
@@ -84,4 +84,4 @@
|
|
|
84
84
|
"engines": {
|
|
85
85
|
"node": ">=22.17.0"
|
|
86
86
|
}
|
|
87
|
-
}
|
|
87
|
+
}
|