Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
74809bd8d4 | |||
5b852d9602 |
@ -9,6 +9,7 @@
|
||||
"npmAccessLevel": "public"
|
||||
},
|
||||
"gitzone": {
|
||||
"projectType": "npm",
|
||||
"module": {
|
||||
"githost": "gitlab.com",
|
||||
"gitscope": "gitzone",
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gitzone/tools",
|
||||
"version": "2.0.19",
|
||||
"version": "2.0.20",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
10
package.json
10
package.json
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@gitzone/tools",
|
||||
"version": "2.0.19",
|
||||
"version": "2.0.20",
|
||||
"private": false,
|
||||
"description": "setup your environment with the most important tools and update them easily.",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "tstest test/",
|
||||
"build": "tsbuild"
|
||||
"test": "(tstest test/ --web)",
|
||||
"build": "(tsbuild --web)"
|
||||
},
|
||||
"bin": {
|
||||
"gtools": "cli.js"
|
||||
|
Reference in New Issue
Block a user