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