update to latest standards

This commit is contained in:
Philipp Kunz 2018-04-29 17:30:00 +02:00
parent f6985bd7b2
commit 046d7d646d

View File

@ -7,7 +7,7 @@
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "ts-node test/test.ts",
"test": "(ts-node -O '{\"lib\": [ \"es2015\" ]}' test/test.ts)",
"build": "(npmts)",
"format": "(gitzone format)"
},