fix(core): update

This commit is contained in:
Philipp Kunz 2019-05-22 16:52:38 +02:00
parent 64c7815bca
commit d89e0a13d5

View File

@ -7,6 +7,9 @@
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
"author": "Lossless GmbH", "author": "Lossless GmbH",
"license": "MIT", "license": "MIT",
"bin": {
"tswatch": "cli.js"
},
"scripts": { "scripts": {
"test": "(tstest test/)", "test": "(tstest test/)",
"build": "(tsbuild)", "build": "(tsbuild)",