fix(core): update

This commit is contained in:
2019-10-16 19:15:48 +02:00
parent fea4645cdd
commit 6d856b3647
6 changed files with 69 additions and 60 deletions

View File

@@ -7,9 +7,9 @@
"author": "Lossless GmbH",
"license": "UNLICENSED",
"scripts": {
"test": "tstest test/",
"test": "(tstest test/)",
"format": "(gitzone format)",
"build": "echo \"Not needed for now\""
"build": "(tsbuild)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.17",
@@ -38,4 +38,4 @@
"npmextra.json",
"readme.md"
]
}
}