fix(core): update

This commit is contained in:
Philipp Kunz 2022-05-25 10:11:14 +02:00
parent 2af7682cf0
commit a240cdfde1
2 changed files with 9 additions and 1 deletions

View File

@ -24,7 +24,7 @@
"dependencies": {
"@pushrocks/smartfile": "^9.0.6",
"@pushrocks/smartshell": "^2.0.30",
"ts-node": "^10.7.0",
"ts-node": "10.7.0",
"typescript": "4.7.0"
},
"private": false,

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@gitzone/tsrun',
version: '1.2.33',
description: 'run typescript programs efficiently'
}