refactor: adhere to configuartion suggestions

This commit is contained in:
Rainer Killinger
2020-11-23 18:45:04 +01:00
parent c22957efe3
commit 7e23941d0b
2 changed files with 6 additions and 4 deletions

View File

@@ -4,15 +4,17 @@
"description": "Minimal Plugin",
"license": "GPL-3.0-only",
"author": "Wieland Schöbl",
"contributors": [],
"contributors": [
"Jovan Krunić <jovan.krunic@gmail.com>"
],
"scripts": {
"build": "npm run tslint && npm run compile && npm run documentation",
"build": "npm run tslint && npm run compile",
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
"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",
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",
"start": "node lib/cli.js",
"tslint": "tslint 'src/**/*.ts'",
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'",
"prepublishOnly": "npm ci && npm run build",
"postversion": "npm run changelog",
"preversion": "npm run prepublishOnly",

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2019 StApps
* Copyright (C) 2019-2020 StApps
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3.