generator-reshow 0.17.4 → 0.17.5

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.
@@ -1,5 +1,9 @@
1
1
  #!/bin/bash
2
2
 
3
+ ###
4
+ # Environment ${INSTALL_VERSION} pass from Dockerfile
5
+ ###
6
+
3
7
  INSTALL=""
4
8
 
5
9
  BUILD_DEPS=""
@@ -19,6 +23,8 @@ echo ""
19
23
 
20
24
  apk add --virtual .build-deps $BUILD_DEPS && apk add $INSTALL
21
25
 
26
+ #/* put your install code here */#
27
+
22
28
  apk del -f .build-deps && rm -rf /var/cache/apk/* || exit 1
23
29
 
24
30
  exit 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-reshow",
3
- "version": "0.17.4",
3
+ "version": "0.17.5",
4
4
  "description": "Yeoman generator for reshow. (app, generator, ...etc)",
5
5
  "author": "Hill <hill@kimo.com>",
6
6
  "repository": {