@eclipse-che/che-e2e 7.68.0-dev-270fc19 → 7.68.0-dev-280c8c9

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.
@@ -21,7 +21,7 @@ RUN sed -i "s/nodaemon=true/nodaemon=false/" /etc/supervisord.conf
21
21
  COPY package.json package-lock.json /tmp/e2e/
22
22
 
23
23
  RUN cd /tmp/e2e && \
24
- npm --silent i
24
+ npm i
25
25
 
26
26
  COPY . /tmp/e2e
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-che/che-e2e",
3
- "version": "7.68.0-dev-270fc19",
3
+ "version": "7.68.0-dev-280c8c9",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -16,7 +16,7 @@
16
16
  "author": "Ihor Okhrimenko (iokhrime@redhat.com)",
17
17
  "license": "ISC",
18
18
  "devDependencies": {
19
- "@eclipse-che/che-devworkspace-generator": "next",
19
+ "@eclipse-che/che-devworkspace-generator": "0.0.1-602dcb4",
20
20
  "@types/chai": "^4.3.4",
21
21
  "@types/clone-deep": "^4.0.1",
22
22
  "@types/mocha": "5.2.6",