Compare commits

2 Commits

Author SHA1 Message Date
207f1e9d51 2.0.2 2022-04-13 16:20:55 +02:00
750b029ef8 update 2022-04-13 16:20:51 +02:00
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@pushrocks/smartupdate",
"version": "2.0.1",
"version": "2.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@pushrocks/smartupdate",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"dependencies": {
"@pushrocks/consolecolor": "^2.0.1",

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartupdate",
"version": "2.0.1",
"version": "2.0.2",
"private": false,
"description": "update your tools in a smart way",
"main": "dist_ts/index.js",
@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)"
"build": "(tsbuild --web --allowimplicitany)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.61",