node-shortcuts 1.0.2 → 1.0.4

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
@@ -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.4",
4
4
  "description": "Node Shortcut snippets",
5
5
  "main": "sync-snippets.js",
6
6
  "scripts": {
package/sync-snippets.js CHANGED
@@ -15,7 +15,7 @@ const TARGETS = [
15
15
  path.join(USER_HOME, 'AppData', 'Roaming', 'Code - Insiders', 'User', 'snippets', 'javascript.json')
16
16
  ];
17
17
 
18
- const SOURCE_FILE = path.resolve('./snippets.source.json');
18
+ const SOURCE_FILE = path.resolve('./node.json');
19
19
 
20
20
  /**
21
21
  * Read JSON safely