editor-profile-sync 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 +2 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Cross-platform CLI to share your VS Code-based editor profile between editors.
4
4
 
5
+ [GitHub](https://github.com/sbetav/editor-profile-sync) · [npm](https://www.npmjs.com/package/editor-profile-sync)
6
+
5
7
  You can sync:
6
8
 
7
9
  - extensions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "editor-profile-sync",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Cross-platform extensions, settings.json, and snippets sync for VS Code-based editors",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -27,6 +27,7 @@
27
27
  ],
28
28
  "author": "sbetav",
29
29
  "license": "MIT",
30
+ "repository": "github:sbetav/editor-profile-sync",
30
31
  "engines": {
31
32
  "node": ">=18"
32
33
  },
@@ -37,4 +38,4 @@
37
38
  "ora": "^9.3.0",
38
39
  "update-notifier": "^7.3.1"
39
40
  }
40
- }
41
+ }