fix(core): update

This commit is contained in:
Philipp Kunz 2020-10-04 23:02:26 +00:00
parent f68254eea7
commit 5b852d9602
2 changed files with 5 additions and 4 deletions

View File

@ -9,6 +9,7 @@
"npmAccessLevel": "public"
},
"gitzone": {
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "gitzone",

View File

@ -3,11 +3,11 @@
"version": "2.0.19",
"private": false,
"description": "setup your environment with the most important tools and update them easily.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
"test": "tstest test/",
"build": "tsbuild"
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
},
"bin": {
"gtools": "cli.js"