diff --git a/npmextra.json b/npmextra.json index 79f415b..482c0d7 100644 --- a/npmextra.json +++ b/npmextra.json @@ -7,9 +7,7 @@ }, "npmci": { - "npmGlobalTools": [ - "npmts" - ], + "npmGlobalTools": [], "npmAccessLevel": "public" } } diff --git a/package-lock.json b/package-lock.json index f9fe080..6401b6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,6 +14,19 @@ "nan": "^2.9.2" } }, + "@gitzone/tsbuild": { + "version": "2.0.21", + "resolved": "https://registry.npmjs.org/@gitzone/tsbuild/-/tsbuild-2.0.21.tgz", + "integrity": "sha512-MAKfqnhf+42twSzXziRoBCu+sW61+2Rvc5qXxpEb594Fpnsj28cZ1VIEckSmiAkoBSiCnoU+2/qea2ycwWMBTg==", + "dev": true, + "requires": { + "@pushrocks/smartfile": "^6.0.3", + "@pushrocks/smartlog": "^2.0.1", + "@pushrocks/smartpath": "^4.0.1", + "@pushrocks/smartpromise": "^2.0.5", + "typescript": "^2.9.2" + } + }, "@gitzone/tsrun": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/@gitzone/tsrun/-/tsrun-1.1.1.tgz", @@ -95,6 +108,12 @@ "integrity": "sha512-0qwpomrRN0kFjmhR9m1iHYXoISoNuXtRP0Wr+JtkYyURLwKHMaW8Xoznf8MzXJptRfqufJi3Fxh5HodpPrIZUA==", "dev": true }, + "@pushrocks/smartpath": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@pushrocks/smartpath/-/smartpath-4.0.1.tgz", + "integrity": "sha512-MaI0+uLQPCr2V3WGnbdgb0pWa9xkWyrP4qYcbsHIjeismGLbn9s3jmP/HIXU8LkgzRgaVb+BJxmZJHOwl32DyA==", + "dev": true + }, "@pushrocks/smartpromise": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/@pushrocks/smartpromise/-/smartpromise-2.0.5.tgz", diff --git a/package.json b/package.json index c42abe5..c105c41 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "release": "(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master)", "update": "(git checkout master && git pull origin master && npm install)", "upgrade": "(npm run update) && (ncu upgradeAll && npm install)", - "build": "(npmts)" + "build": "(tsbuild)" }, "repository": { "type": "git", @@ -39,6 +39,7 @@ "vinyl-file": "^3.0.0" }, "devDependencies": { + "@gitzone/tsbuild": "^2.0.21", "@gitzone/tsrun": "^1.1.1", "@gitzone/tstest": "^1.0.12", "@types/node": "^10.5.1",