@shopware-ag/dive 1.18.1 → 1.18.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.
- package/README.md +5 -4
- package/build/dive.cjs +1 -1
- package/build/dive.cjs.map +1 -1
- package/build/dive.js +1 -1
- package/build/dive.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,9 +31,10 @@ You can find the template in ci/readme/template/TEMPLATE_README.md
|
|
|
31
31
|
1. [About](#about)
|
|
32
32
|
2. [Installation](#installation)
|
|
33
33
|
3. [Local development](#local-development)
|
|
34
|
-
4. [
|
|
35
|
-
5. [
|
|
36
|
-
6. [
|
|
34
|
+
4. [Setup in Shopware](#setup-in-shopware)
|
|
35
|
+
5. [Usage](#usage)
|
|
36
|
+
6. [Unit Tests](#unit-tests)
|
|
37
|
+
7. [Formatting](#formatting)
|
|
37
38
|
|
|
38
39
|
## About
|
|
39
40
|
|
|
@@ -109,7 +110,7 @@ npm link @shopware-ag/dive
|
|
|
109
110
|
|
|
110
111
|
After successfully linking DIVE into your project you will find the according sym-link in your `node_modules`.
|
|
111
112
|
|
|
112
|
-
|
|
113
|
+
## Setup in Shopware
|
|
113
114
|
|
|
114
115
|
Don't forget to include DIVE in your `webpack.config.js`:
|
|
115
116
|
|
package/build/dive.cjs
CHANGED