fix(core): update

This commit is contained in:
2019-04-30 09:44:46 +02:00
parent cb575d2427
commit 1c039592ce
5 changed files with 28 additions and 15 deletions

View File

@ -8,7 +8,7 @@
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"test": "(tstest test/) && rollup -c rollup.config.js",
"build": "(tsbuild)",
"format": "(gitzone format)"
},
@ -32,4 +32,4 @@
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.20.1"
}
}
}