From ac0a486847a58d17f9962336bdbedeb3471316f1 Mon Sep 17 00:00:00 2001 From: Bjoern Kimminich <bjoern.kimminich@gmx.de> Date: Wed, 16 May 2018 19:41:04 +0200 Subject: [PATCH] Add missing subfolders of /lib --- Dockerfile | 2 +- Gruntfile.js | 2 +- app/package.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 52956cfa8..586a4cf03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ LABEL maintainer="Bjoern Kimminich <bjoern.kimminich@owasp.org>" \ org.label-schema.url="http://owasp-juice.shop" \ org.label-schema.usage="http://help.owasp-juice.shop" \ org.label-schema.license="MIT" \ - org.label-schema.version="7.2.0" \ + org.label-schema.version="7.2.1" \ org.label-schema.docker.cmd="docker run --rm -p 3000:3000 bkimminich/juice-shop" \ org.label-schema.docker.params="NODE_ENV=string name of the custom configuration,CTF_KEY=string key to hash challenges into CTF flag codes" \ org.label-schema.vcs-url="https://github.com/bkimminich/juice-shop.git" \ diff --git a/Gruntfile.js b/Gruntfile.js index 04c10816f..6763122e0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -86,7 +86,7 @@ module.exports = function (grunt) { 'data/static/*.yml', 'encryptionkeys/**', 'ftp/**', - 'lib/*.js', + 'lib/**', 'models/*.js', 'routes/*.js', 'node_modules/**' diff --git a/app/package.json b/app/package.json index 37c1a451f..5daed19a1 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "juice-shop-angular", - "version": "7.2.0", + "version": "7.2.1", "private": true, "dependencies": { "angular": "~1.6.9", diff --git a/package.json b/package.json index d185e79f7..ab2b12978 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "juice-shop", - "version": "7.2.0", + "version": "7.2.1", "description": "An intentionally insecure JavaScript Web Application", "homepage": "http://owasp-juice.shop", "author": "Björn Kimminich <bjoern.kimminich@owasp.org> (https://www.owasp.org/index.php/User:Bjoern_Kimminich)", -- GitLab