From 1744e9b33824026ed8c2b6b4d5171199af0e88e6 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 10 Mar 2024 23:30:23 +0100 Subject: [PATCH] fix(core): update --- package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9341219..16705ea 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "typings": "dist_ts/index.d.ts", "scripts": { "test": "(tstest test/)", - "build": "(tsbuild)", + "build": "(tsbuild --allowimplicitany)", "buildDocs": "tsdoc" }, "repository": { diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index f6a30ad..ddf0838 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/gulp-function', - version: '3.0.6', + version: '3.0.7', description: 'accepts a function call as parameter to execute in gulp pipeline' }