Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
5f34bc8042 | |||
6d354a10d0 | |||
8208ba2970 | |||
3c2b51d47e |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gitzone/tools",
|
"name": "@gitzone/tools",
|
||||||
"version": "2.0.12",
|
"version": "2.0.14",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,13 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "@gitzone/tools",
|
"name": "@gitzone/tools",
|
||||||
"version": "2.0.12",
|
"version": "2.0.14",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "setup your environment with the most important tools and update them easily.",
|
"description": "setup your environment with the most important tools and update them easily.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "tstest test/",
|
"test": "tstest test/",
|
||||||
"build": "tsbuild"
|
"build": "tsbuild",
|
||||||
|
"start": "node cli.ts.js"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"gtools": "cli.js"
|
"gtools": "cli.js"
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"default":[
|
"default":[
|
||||||
"@losslessone_private/lole",
|
"@losslessone_private/lole",
|
||||||
"@gitzone_private/gitzone",
|
"@gitzone_private/gitzone",
|
||||||
|
"@gitzone/tsbuild",
|
||||||
"@gitzone/tsdocker",
|
"@gitzone/tsdocker",
|
||||||
"@gitzone/tsrun",
|
"@gitzone/tsrun",
|
||||||
"typescript",
|
"typescript",
|
||||||
|
Reference in New Issue
Block a user