@net-vim/core 0.5.0 → 0.5.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  Net-Vim is a web-based Vim-compatible editor engine and component library. It provides a terminal-like editing experience within web applications using a custom TUI engine and WebGL renderer.
6
6
 
7
+ **[Live Demo](https://clinuxrulz.github.io/net-vim/)**
8
+
7
9
  ## Features
8
10
 
9
11
  - Vim-compatible modal editing.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@net-vim/core",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Vim-compatible editor engine and component library for the web.",
5
5
  "type": "module",
6
6
  "repository": {