Compare commits

...

2 Commits

Author SHA1 Message Date
e0c2f8671d 2.0.17 2024-01-08 15:36:05 +01:00
c644337bf0 fix(core): update 2024-01-08 15:36:05 +01:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@gitzone/tswatch",
"version": "2.0.16",
"version": "2.0.17",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@gitzone/tswatch",
"version": "2.0.16",
"version": "2.0.17",
"license": "MIT",
"dependencies": {
"@gitzone/tsbundle": "^2.0.7",

View File

@@ -1,6 +1,6 @@
{
"name": "@git.zone/tswatch",
"version": "2.0.16",
"version": "2.0.17",
"private": false,
"description": "watch typescript projects during development",
"main": "dist_ts/index.js",

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tswatch',
version: '2.0.16',
version: '2.0.17',
description: 'watch typescript projects during development'
}