fix(core): update

This commit is contained in:
Philipp Kunz 2020-06-05 10:29:06 +00:00
parent 2b7a4ff07a
commit f83c8feb3e

View File

@ -3,11 +3,11 @@
"private": false,
"version": "8.0.4",
"description": "a smartlog destination targeting the local console",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)"
"build": "(tsbuild --web)"
},
"repository": {
"type": "git",