mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-06 05:22:52 +00:00
refactor: adjust code to updated dependencies
This commit is contained in:
15
package.json
15
package.json
@@ -12,8 +12,11 @@
|
||||
"check-configuration": "openstapps-configuration",
|
||||
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
|
||||
"documentation": "typedoc --includeDeclarations --mode modules --out docs --readme README.md --listInvalidSymbolLinks src",
|
||||
"postversion": "npm run changelog",
|
||||
"prepublishOnly": "npm ci && npm run build",
|
||||
"tslint": "tslint 'src/**/*.ts'"
|
||||
"preversion": "npm run prepublishOnly",
|
||||
"push": "git push && git push origin \"v$npm_package_version\"",
|
||||
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
|
||||
},
|
||||
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
|
||||
"contributors": [
|
||||
@@ -25,25 +28,25 @@
|
||||
"dependencies": {
|
||||
"@krlwlfrt/async-pool": "0.1.0",
|
||||
"@openstapps/gitlab-api": "0.5.1",
|
||||
"@openstapps/logger": "0.1.0",
|
||||
"@openstapps/logger": "0.2.1",
|
||||
"@slack/client": "5.0.1",
|
||||
"@types/glob": "7.1.1",
|
||||
"@types/mustache": "0.8.32",
|
||||
"@types/node": "10.14.7",
|
||||
"@types/node": "10.14.8",
|
||||
"commander": "2.20.0",
|
||||
"glob": "7.1.4",
|
||||
"moment": "2.24.0",
|
||||
"mustache": "3.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openstapps/configuration": "0.16.1",
|
||||
"@openstapps/configuration": "0.18.0",
|
||||
"conventional-changelog-cli": "2.0.21",
|
||||
"prepend-file-cli": "1.0.6",
|
||||
"rimraf": "2.6.3",
|
||||
"ts-node": "8.2.0",
|
||||
"tslint": "5.16.0",
|
||||
"tslint": "5.17.0",
|
||||
"typedoc": "0.14.2",
|
||||
"typescript": "3.4.5"
|
||||
"typescript": "3.5.1"
|
||||
},
|
||||
"main": "lib/common.js",
|
||||
"typings": "lib/common.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user