fix variable distribution
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user