build: adjust scripts and contributors

This commit is contained in:
Karl-Philipp Wulfert
2019-04-16 13:41:54 +02:00
parent 011c191538
commit 271da70483

View File

@@ -22,11 +22,13 @@
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
"contributors": [
"Anselm Stordeur <anselmstordeur@gmail.com>",
"Jovan Krunic <jovan.krunic@gmail.com>",
"Rainer Killinger"
"Jovan Krunić <jovan.krunic@gmail.com>",
"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'",