Compare commits

...

2 Commits

Author SHA1 Message Date
826f3a6c63 2.0.22 2020-10-05 10:33:44 +00:00
c1a4671ce1 fix(core): update 2020-10-05 10:33:43 +00:00
4 changed files with 6 additions and 4 deletions

3
cli.js
View File

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

View File

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

2
package-lock.json generated
View File

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

View File

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