codewhale.history 2.8.11 → 2.8.13
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 +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -116,4 +116,7 @@ what you're strong on, what to review, and a suggested next level.
|
|
|
116
116
|
|
|
117
117
|
## Requirements
|
|
118
118
|
- Node.js (for the `codewhale-history` command)
|
|
119
|
-
- CodeWhale
|
|
119
|
+
- [CodeWhale](https://codewhale.net/en/docs)
|
|
120
|
+
|
|
121
|
+
## Contact Developer
|
|
122
|
+
[species8472](mailto:swyuri@yahoo.com)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codewhale.history",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.13",
|
|
4
4
|
"description": "CodeWhale utility commands: session history, tool listing, file snapshot, interactive code quiz — global install",
|
|
5
5
|
"bin": {
|
|
6
6
|
"codewhale-history": "./_list_sessions.js",
|