Compare commits

..

No commits in common. "master" and "v2.0.21" have entirely different histories.

4 changed files with 4 additions and 6 deletions

3
cli.js
View File

@ -1,4 +1,3 @@
#!/usr/bin/env node
process.env.CLI_CALL = 'true';
const cliTool = require('./dist_ts/index');
cliTool.runCli();
require('./dist/index');

View File

@ -1,5 +1,4 @@
#!/usr/bin/env node
process.env.CLI_CALL = 'true';
require('@gitzone/tsrun');
const cliTool = require('./ts/index');
cliTool.runCli();
require('./ts/index');

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tools",
"version": "2.0.22",
"version": "2.0.21",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tools",
"version": "2.0.22",
"version": "2.0.21",
"private": false,
"description": "setup your environment with the most important tools and update them easily.",
"main": "dist_ts/index.js",