generator-reshow 0.17.70 → 0.17.71

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.
@@ -28,7 +28,7 @@ echo "###"
28
28
  echo ""
29
29
  echo $UPGRADE
30
30
 
31
- apk add --virtual .build-deps $BUILD_DEPS && apk add $INSTALL --upgrade $UPGRADE
31
+ apk add --virtual .build-deps $BUILD_DEPS && apk add $INSTALL --upgrade $UPGRADE || exit 2
32
32
 
33
33
  #/* put your install code here */#
34
34
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.17.70",
2
+ "version": "0.17.71",
3
3
  "name": "generator-reshow",
4
4
  "repository": {
5
5
  "type": "git",