codewhale.history 2.11.1 → 2.11.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,15 +21,15 @@ tools_for_codewhale/
21
21
  ```
22
22
 
23
23
  ## Install
24
- ### IMPORTANT
25
- If you already have codewhale.history installed in a folder and want to update to the lastest version in that folder, delete the .codewhale/instructions.md file before running `npm install -g codewhale.history`
26
24
 
27
25
  ```bash
28
26
  npm install -g codewhale.history
29
27
  ```
30
-
31
28
  Skills install globally, and workspace triggers are set up automatically in the current project. `//tools`, `//history`, `//snapshot`, and `//teach-me` work immediately.
32
29
 
30
+ ### IMPORTANT
31
+ If you already have codewhale.history installed in a folder and want to update to the lastest version in that folder, delete the .codewhale/instructions.md file before running `npm install -g codewhale.history`
32
+
33
33
  ### Per-workspace install (add triggers to another workspace)
34
34
 
35
35
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codewhale.history",
3
- "version": "2.11.1",
3
+ "version": "2.11.2",
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",