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",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)",
"build": "(tsbuild --web --allowimplicitany)",
"format": "(gitzone format)",
"buildDocs": "tsdoc"
},

View File

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