4 Commits

Author SHA1 Message Date
5f34bc8042 2.0.14 2019-08-26 19:27:11 +02:00
6d354a10d0 fix(core): update 2019-08-26 19:27:10 +02:00
8208ba2970 2.0.13 2019-08-26 18:09:27 +02:00
3c2b51d47e fix(core): update 2019-08-26 18:09:27 +02:00
3 changed files with 5 additions and 3 deletions

2
package-lock.json generated
View File

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

View File

@ -1,13 +1,14 @@
{
"name": "@gitzone/tools",
"version": "2.0.12",
"version": "2.0.14",
"private": false,
"description": "setup your environment with the most important tools and update them easily.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "tstest test/",
"build": "tsbuild"
"build": "tsbuild",
"start": "node cli.ts.js"
},
"bin": {
"gtools": "cli.js"

View File

@ -2,6 +2,7 @@
"default":[
"@losslessone_private/lole",
"@gitzone_private/gitzone",
"@gitzone/tsbuild",
"@gitzone/tsdocker",
"@gitzone/tsrun",
"typescript",