From 2c9515fb86e72fd763c84b95f12667f65082b85e Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 19 Jan 2024 21:10:14 +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 2924157..39ced0c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "MIT", "scripts": { "test": "tstest test/", - "build": "tsbuild --web --allowimplicitany --skiplibcheck" + "build": "tsbuild --web --allowimplicitany" }, "devDependencies": { "@git.zone/tsbuild": "^2.1.61", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9910017..47b72c6 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartmarkdown', - version: '3.0.2', + version: '3.0.3', description: 'do more with markdown files' }