@graphcommerce/docs 9.1.0-canary.15 → 9.1.0-canary.16
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/CHANGELOG.md +2 -0
- package/getting-started/create.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -31,7 +31,7 @@ There are a few starting points to choose from with or without Hygraph:
|
|
|
31
31
|
Option 1: Only Magento Open Source:
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
|
-
cp -R graphcommerce/examples/magento-
|
|
34
|
+
cp -R graphcommerce/examples/magento-open-source/. my-project && cd my-project
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
Option 2: Magento Open Source + Hygraph:
|
package/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"name": "@graphcommerce/docs",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/docs",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce/docs",
|
|
5
|
-
"version": "9.1.0-canary.
|
|
5
|
+
"version": "9.1.0-canary.16",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.16"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|