update to support dots as usual

This commit is contained in:
2017-08-09 16:30:30 +02:00
parent 8b6a15388e
commit 2a45270902
5 changed files with 57 additions and 24 deletions

View File

@@ -5,7 +5,8 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
"test": "(npmts)",
"testLocal": "(npmts --notest && ts-node --compilerOptions '{\"target\":\"es6\"}' test/test.ts)"
},
"repository": {
"type": "git",