fix(core): update

This commit is contained in:
Philipp Kunz 2024-01-19 21:10:14 +01:00
parent cfa7807f8f
commit 2c9515fb86
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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'
}