fix(ci): Remove .gitlab-ci.yml and update dependencies and metadata

This commit is contained in:
2024-06-23 23:46:42 +02:00
parent b8e7063bab
commit 8c18dcd0e6
9 changed files with 5511 additions and 3379 deletions

View File

@@ -9,7 +9,7 @@
"githost": "code.foss.global",
"gitscope": "push.rocks",
"gitrepo": "smartpromise",
"description": "A library for simple promises and Deferred constructs with TypeScript support.",
"description": "A TypeScript library for managing promises and Deferred constructs, simplifying asynchronous programming.",
"npmPackagename": "@push.rocks/smartpromise",
"license": "MIT",
"keywords": [
@@ -18,9 +18,10 @@
"async",
"promisify",
"cumulative deferred",
"map",
"timeout",
"typescript"
"typescript",
"asynchronous",
"utilities"
]
}
},