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, "private": false,
"version": "8.0.4", "version": "8.0.4",
"description": "a smartlog destination targeting the local console", "description": "a smartlog destination targeting the local console",
"main": "dist/index.js", "main": "dist_ts/index.js",
"typings": "dist/index.d.ts", "typings": "dist_ts/index.d.ts",
"scripts": { "scripts": {
"test": "(tstest test/)", "test": "(tstest test/)",
"build": "(tsbuild)" "build": "(tsbuild --web)"
}, },
"repository": { "repository": {
"type": "git", "type": "git",