From 075c4e7205a5d6531d9e4fe6a5b2c9199bd4fff4 Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Tue, 16 Apr 2019 14:53:28 +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 3d283ab2..cbaeae4f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@openstapps/api", "version": "0.6.0", "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'", @@ -55,7 +55,8 @@ "contributors": [ "André Michael Thomas Bierlein", "Anselm Stordeur ", - "Jovan Krunic " + "Jovan Krunić ", + "Michel Jonathan Schmitz" ], "peerDependencies": { "@openstapps/core": "~0.17.0" @@ -74,6 +75,7 @@ "branches": 95, "check-coverage": true, "exclude": [ + "src/test/**/*.spec.ts", "src/cli.ts" ], "extension": [ @@ -91,4 +93,4 @@ ], "statements": 95 } -} +} \ No newline at end of file