From 93709f920e77f83a2c63ca2b41a189b286dbe291 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 31 Jul 2022 15:19:19 +0200 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 7e671a8..8748553 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "type": "module", "scripts": { "test": "(tstest test/)", - "build": "(tsbuild --web)", + "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "tsdoc" }, "repository": { diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index b8a3cba..33fa790 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartgit', - version: '2.0.4', + version: '2.0.5', description: 'smart wrapper for nodegit' }