build: adjust scripts and contributors

This commit is contained in:
Karl-Philipp Wulfert
2019-04-16 14:53:28 +02:00
parent 9e28ddb313
commit 075c4e7205

View File

@@ -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 <anselmstordeur@gmail.com>",
"Jovan Krunic <jovan.krunic@gmail.com>"
"Jovan Krunić <jovan.krunic@gmail.com>",
"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
}
}
}