fix(core): update

This commit is contained in:
Philipp Kunz 2022-06-26 00:31:57 +02:00
parent 11abf9aafd
commit 5d3b4585b0
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",
"scripts": { "scripts": {
"test": "(tstest test/)", "test": "(tstest test/)",
"build": "(tsbuild)", "build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc" "buildDocs": "tsdoc"
}, },
"repository": { "repository": {

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartscaf', name: '@pushrocks/smartscaf',
version: '4.0.2', version: '4.0.3',
description: 'scaffold projects quickly' description: 'scaffold projects quickly'
} }