ngx-devkit-builders 1.3.2 → 1.3.3

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,10 +27,10 @@ _More builders can be added in the future._
27
27
 
28
28
  ## 🔧 Compatibility
29
29
 
30
- | Angular | ngx-app-version | Install |
31
- | ------- | --------------- | ---------------------------- |
32
- | >= 17 | 1.x | `yarn add ngx-app-version` |
33
- | >= 16 | 0.x | `yarn add ngx-app-version@0` |
30
+ | Angular | ngx-devkit-builders | Install |
31
+ | ------- | ------------------- | -------------------------------- |
32
+ | >= 17 | 1.x | `yarn add ngx-devkit-builders` |
33
+ | >= 16 | 0.x | `yarn add ngx-devkit-builders@0` |
34
34
 
35
35
  ## 🪪 License
36
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-devkit-builders",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "author": {
5
5
  "name": "Dominik Hladík",
6
6
  "email": "dominik.hladik@seznam.cz",