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", "name": "@openstapps/api",
"version": "0.6.0", "version": "0.6.0",
"scripts": { "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'", "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", "check-configuration": "openstapps-configuration",
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'", "compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
@@ -55,7 +55,8 @@
"contributors": [ "contributors": [
"André Michael Thomas Bierlein", "André Michael Thomas Bierlein",
"Anselm Stordeur <anselmstordeur@gmail.com>", "Anselm Stordeur <anselmstordeur@gmail.com>",
"Jovan Krunic <jovan.krunic@gmail.com>" "Jovan Krunić <jovan.krunic@gmail.com>",
"Michel Jonathan Schmitz"
], ],
"peerDependencies": { "peerDependencies": {
"@openstapps/core": "~0.17.0" "@openstapps/core": "~0.17.0"
@@ -74,6 +75,7 @@
"branches": 95, "branches": 95,
"check-coverage": true, "check-coverage": true,
"exclude": [ "exclude": [
"src/test/**/*.spec.ts",
"src/cli.ts" "src/cli.ts"
], ],
"extension": [ "extension": [
@@ -91,4 +93,4 @@
], ],
"statements": 95 "statements": 95
} }
} }