This commit is contained in:
Philipp Kunz 2020-10-05 10:33:09 +00:00
parent e15a569391
commit 73a6d5bc31
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@gitzone/tools", "name": "@gitzone/tools",
"version": "2.0.20", "version": "2.0.21",
"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_ts/index.js", "main": "dist_ts/index.js",
@ -59,4 +59,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }