node-shortcuts 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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -46,6 +46,7 @@ Covers all major Node.js core modules, including:
46
46
  ## Installation
47
47
  ```bash
48
48
  npm i node-shorcuts -D
49
+ npm i node-shortcuts -D
49
50
  ```
50
51
  You may need to restart VSC/VSC-I via:
51
52
  ```text
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-shortcuts",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Node Shortcut snippets",
5
5
  "main": "sync-snippets.js",
6
6
  "scripts": {