From 5b852d9602cba71671c60d33a88cf324194b4d9a Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 4 Oct 2020 23:02:26 +0000 Subject: [PATCH] fix(core): update --- npmextra.json | 1 + package.json | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/npmextra.json b/npmextra.json index 48b6121..bf6cf6d 100644 --- a/npmextra.json +++ b/npmextra.json @@ -9,6 +9,7 @@ "npmAccessLevel": "public" }, "gitzone": { + "projectType": "npm", "module": { "githost": "gitlab.com", "gitscope": "gitzone", diff --git a/package.json b/package.json index 1c540d5..a1aad3d 100644 --- a/package.json +++ b/package.json @@ -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"