fix variable distribution

This commit is contained in:
2017-08-09 16:57:32 +02:00
parent 5b42cf93cb
commit 98875a2ece
3 changed files with 11 additions and 6 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",
@@ -31,7 +32,7 @@
"smartfile": "^4.2.20",
"smartfm": "^1.0.5",
"smarthbs": "^1.0.16",
"smartinteract": "^1.0.9",
"smartinteract": "^1.0.10",
"smartq": "^1.1.6",
"smartyaml": "^1.0.2",
"typings-global": "^1.0.20"