add extended variable checking

This commit is contained in:
2017-05-01 16:57:53 +02:00
parent 4967bd6a60
commit 2b50191093
17 changed files with 415 additions and 118 deletions

View File

@@ -22,12 +22,14 @@
"homepage": "https://gitlab.com/pkunz/smarthbs#README",
"dependencies": {
"@types/handlebars": "^4.0.32",
"handlebars": "^4.0.6",
"smartfile": "^4.1.8",
"@types/lodash": "^4.14.63",
"handlebars": "^4.0.7",
"lodash": "^4.17.4",
"smartfile": "^4.2.4",
"smartq": "^1.1.1",
"typings-global": "^1.0.14"
"typings-global": "^1.0.16"
},
"devDependencies": {
"typings-test": "^1.0.3"
"tapbundle": "^1.0.10"
}
}