fix(core): update

This commit is contained in:
Philipp Kunz 2023-06-22 13:35:35 +02:00
parent 570422ae61
commit 189c0bae30
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"test": "(tstest test/)", "test": "(tstest test/)",
"build": "(tsbuild --web --allowimplicitany)" "build": "(tsbuild --web --allowimplicitany --skiplibcheck)"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/tapbundle', name: '@pushrocks/tapbundle',
version: '5.0.7', version: '5.0.8',
description: 'tap bundled for tapbuffer' description: 'tap bundled for tapbuffer'
} }