@myrmidon/gve-snapshot-rendition 0.0.6 → 0.0.7

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 CHANGED
@@ -94,12 +94,6 @@ This component requires the following packages:
94
94
  - [feather-icons](https://github.com/feathericons/feather) for icons. See also the [icons list](https://feathericons.com) (`pnpm i feather-icons`).
95
95
  - [highlight.js](https://highlightjs.org/) for the hint designer (syntax highlight for SVG and JS code; `pnpm i highlight.js`).
96
96
 
97
- ## Task List
98
-
99
- This is only a reminder.
100
-
101
- - consider simplifying logic by drawing node features from tagged nodes rather than from steps.
102
-
103
97
  ## Deployment
104
98
 
105
99
  🚀 You must be logged into NPM with your account (verify with `npm whoami`, login with `npm login` if required).