simplified-shopify-cli 0.1.3 → 0.1.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
@@ -31,7 +31,7 @@ Personal config is created automatically on install at `~/.sshop.json`.
31
31
 
32
32
  Example `~/.sshop.json`:
33
33
 
34
- ```json
34
+ ```jsonc
35
35
  {
36
36
  "version": 1,
37
37
  "stores": {
package/docs/RELEASING.md CHANGED
@@ -1,3 +1,7 @@
1
+ # Release 0.1.4
2
+
3
+ README fix: use `jsonc` for the config example so inline default comments preview correctly.
4
+
1
5
  # Release 0.1.3
2
6
 
3
7
  Store setup improvements: `sstores` defaults to global config, `sstores .` opens the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simplified-shopify-cli",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Configurable store aliases and shortcuts for Shopify theme development",
5
5
  "type": "module",
6
6
  "license": "MIT",