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'",