mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-13 17:56:20 +00:00
build: adjust scripts and contributors
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user