fix(core): update

This commit is contained in:
2021-05-16 12:16:35 +00:00
parent af5bb4b3b5
commit 580bf9027b
19 changed files with 11822 additions and 345 deletions

View File

@@ -1,18 +1,25 @@
{
"name": "glab",
"name": "@mojoio/gitlab",
"version": "1.0.3",
"description": "api abstraction package for gitlab",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
"test": "(tstest test/)",
"build": "(tsbuild --web)"
},
"devDependencies": {
"tapbundle": "^1.0.13"
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.54",
"@pushrocks/tapbundle": "^3.2.14",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"typings-global": "^1.0.16"
"@pushrocks/smartrequest": "^1.1.51",
"@pushrocks/smarturl": "^2.0.1"
}
}