fix(core): update

This commit is contained in:
Philipp Kunz 2022-06-16 15:36:14 +02:00
parent 1a37a499f2
commit f5842147be
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"test": "(tstest test/)", "test": "(tstest test/)",
"build": "(tsbuild --web)", "build": "(tsbuild --web --allowimplicitany)",
"format": "(gitzone format)", "format": "(gitzone format)",
"buildDocs": "tsdoc" "buildDocs": "tsdoc"
}, },

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@mojoio/letterxpress', name: '@mojoio/letterxpress',
version: '1.0.13', version: '1.0.14',
description: 'an unofficial API package for the letterxpress API' description: 'an unofficial API package for the letterxpress API'
} }