From c7e25844722f65df74ff78cb385dd965a0560fd7 Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Tue, 16 Apr 2019 14:09:29 +0200 Subject: [PATCH] build: adjust build script and add contributors --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f03a2052..84ea5dbf 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { - "build": "npm run tslint && npm run compile && npm run pack && npm run schema && npm run documentation", + "build": "npm run tslint && npm run compile && npm run pack && npm run schema", "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", @@ -28,11 +28,13 @@ "author": "Karl-Philipp Wulfert ", "contributors": [ "Anselm Stordeur ", - "Jovan Krunic ", + "Jovan Krunić ", "Andreas Lehmann", "Sebastian Lange", "Rainer Killinger", - "Imran Hossain" + "Imran Hossain", + "Michel Jonathan Schmitz", + "Wieland Schöbl" ], "dependencies": { "@types/geojson": "1.0.6",