fix(ci): Remove .gitlab-ci.yml and update dependencies and metadata
This commit is contained in:
+9
-8
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartpromise",
|
||||
"private": false,
|
||||
"version": "4.0.3",
|
||||
"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.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"scripts": {
|
||||
@@ -21,11 +21,11 @@
|
||||
},
|
||||
"homepage": "https://code.foss.global/push.rocks/smartpromise",
|
||||
"devDependencies": {
|
||||
"@gitzone/tsbuild": "^2.1.66",
|
||||
"@gitzone/tsrun": "^1.2.42",
|
||||
"@gitzone/tstest": "^1.0.74",
|
||||
"@pushrocks/tapbundle": "^5.0.8",
|
||||
"@types/node": "^20.4.1"
|
||||
"@git.zone/tsbuild": "^2.1.66",
|
||||
"@git.zone/tsrun": "^1.2.44",
|
||||
"@git.zone/tstest": "^1.0.77",
|
||||
"@push.rocks/tapbundle": "^5.0.8",
|
||||
"@types/node": "^20.14.8"
|
||||
},
|
||||
"files": [
|
||||
"ts/**/*",
|
||||
@@ -49,8 +49,9 @@
|
||||
"async",
|
||||
"promisify",
|
||||
"cumulative deferred",
|
||||
"map",
|
||||
"timeout",
|
||||
"typescript"
|
||||
"typescript",
|
||||
"asynchronous",
|
||||
"utilities"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user