lib-common-angular 0.0.11 → 0.0.12

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.
@@ -72,8 +72,8 @@ jobs:
72
72
  - name: Build
73
73
  run: npm run build lib-common-angular
74
74
 
75
- - name: Copia package.json corregido a dist/lib-common-angular
76
- run: cp package.json dist/lib-common-angular/package.json
75
+ # - name: Copia package.json corregido a dist/lib-common-angular
76
+ # run: cp package.json dist/lib-common-angular/package.json
77
77
 
78
78
  - name: Publica en npm
79
79
  env:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lib-common-angular",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "Librería común de Angular para proyectos",
5
5
  "type": "module",
6
6
  "private": false,