node-shortcuts 1.0.2 → 1.0.3

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