From 35ec8b951c6c1abbe27b61a6fc834871e2909aa2 Mon Sep 17 00:00:00 2001 From: jendib Date: Thu, 16 Jun 2016 22:15:54 +0200 Subject: [PATCH] Build fails if grunt fails --- docs-web/pom.xml | 4 ++-- docs-web/src/main/webapp/package.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs-web/pom.xml b/docs-web/pom.xml index b66010c1..3573646e 100644 --- a/docs-web/pom.xml +++ b/docs-web/pom.xml @@ -281,10 +281,10 @@ - + - + diff --git a/docs-web/src/main/webapp/package.json b/docs-web/src/main/webapp/package.json index 6fc9addc..d741dbd3 100644 --- a/docs-web/src/main/webapp/package.json +++ b/docs-web/src/main/webapp/package.json @@ -2,6 +2,7 @@ "name": "sismics-docs", "description": "Lightweight document management system", "readme": "See http://github.com/simics/docs for more informations.", + "license": "GPL-2.0", "version": "1.5.0", "repository": { "type": "git",