@wolkabout/commons 0.1.10 → 0.1.11
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 +17 -17
- package/fesm2022/wolkabout-commons.mjs +107 -105
- package/fesm2022/wolkabout-commons.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
Build
|
|
2
|
-
-
|
|
3
|
-
Don't forget to increase the version before building.
|
|
4
|
-
The version is in `projects/commons/package.json`, and not the main one.
|
|
5
|
-
|
|
6
|
-
```shell
|
|
7
|
-
ng build commons
|
|
8
|
-
```
|
|
9
|
-
|
|
10
|
-
Publish to NPM
|
|
11
|
-
-
|
|
12
|
-
|
|
13
|
-
**Important**: Run from `/dist/commons` folder!
|
|
14
|
-
|
|
15
|
-
```shell
|
|
16
|
-
npm publish
|
|
17
|
-
```
|
|
1
|
+
Build
|
|
2
|
+
-
|
|
3
|
+
Don't forget to increase the version before building.
|
|
4
|
+
The version is in `projects/commons/package.json`, and not the main one.
|
|
5
|
+
|
|
6
|
+
```shell
|
|
7
|
+
ng build commons
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
Publish to NPM
|
|
11
|
+
-
|
|
12
|
+
|
|
13
|
+
**Important**: Run from `/dist/commons` folder!
|
|
14
|
+
|
|
15
|
+
```shell
|
|
16
|
+
npm publish
|
|
17
|
+
```
|