nlptoolkit-math 1.0.1 → 1.0.2
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 +5 -0
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
Video Lectures
|
|
2
|
+
============
|
|
3
|
+
|
|
4
|
+
[<img src=https://github.com/StarlangSoftware/Math/blob/master/video.jpg width="50%">](https://youtu.be/GhcoaVi0SMs)
|
|
5
|
+
|
|
1
6
|
For Developers
|
|
2
7
|
============
|
|
3
8
|
You can also see [Java](https://github.com/starlangsoftware/Math), [Python](https://github.com/starlangsoftware/Math-Py),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nlptoolkit-math",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Math library",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.js",
|
|
@@ -20,8 +20,10 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/mocha": "^9.0.0",
|
|
22
22
|
"mocha": "^9.1.3",
|
|
23
|
-
"nlptoolkit-util": "^1.0.3",
|
|
24
23
|
"ts-node": "^10.4.0",
|
|
25
24
|
"typescript": "^4.4.4"
|
|
25
|
+
},
|
|
26
|
+
"dependencies": {
|
|
27
|
+
"nlptoolkit-util": "^1.0.5"
|
|
26
28
|
}
|
|
27
29
|
}
|