From 271da704835cccad6078fbfc352f8df2acb9ccc7 Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Tue, 16 Apr 2019 13:41:54 +0200 Subject: [PATCH] build: adjust scripts and contributors --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e8af1350..56b5dcc0 100644 --- a/package.json +++ b/package.json @@ -22,11 +22,13 @@ "author": "Karl-Philipp Wulfert ", "contributors": [ "Anselm Stordeur ", - "Jovan Krunic ", - "Rainer Killinger" + "Jovan Krunić ", + "Rainer Killinger", + "Michel Jonathan Schmitz", + "Wieland Schöbl" ], "scripts": { - "build": "npm run tslint && npm run compile && npm run documentation", + "build": "npm run tslint && npm run compile", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'", "check-configuration": "openstapps-configuration", "compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",