@codbex/harmonia 0.3.1 → 0.5.0
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 +8 -0
- package/dist/harmonia.css +1 -1
- package/dist/harmonia.esm.js +835 -498
- package/dist/harmonia.esm.min.js +3 -3
- package/dist/harmonia.esm.min.js.map +4 -4
- package/dist/harmonia.js +789 -453
- package/dist/harmonia.min.js +2 -2
- package/dist/harmonia.min.js.map +4 -4
- package/package.json +18 -9
package/README.md
CHANGED
|
@@ -29,6 +29,14 @@ npm run build
|
|
|
29
29
|
npm run docs:install
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
+
3. Build the library
|
|
33
|
+
|
|
34
|
+
Even if you did a library build before, you need to do this after you install the document dependencies
|
|
35
|
+
|
|
36
|
+
```sh
|
|
37
|
+
npm run build
|
|
38
|
+
```
|
|
39
|
+
|
|
32
40
|
3. Build the documentation
|
|
33
41
|
|
|
34
42
|
```sh
|