This commit is contained in:
2017-05-10 16:55:25 +02:00
parent 1fbf624c12
commit 75f3aff2c2
11 changed files with 180 additions and 30 deletions

View File

@@ -22,14 +22,15 @@
"homepage": "https://gitlab.com/pkunz/smarthbs#README",
"dependencies": {
"@types/handlebars": "^4.0.32",
"@types/lodash": "^4.14.63",
"handlebars": "^4.0.7",
"@types/lodash": "^4.14.64",
"beautylog": "^6.1.10",
"handlebars": "^4.0.8",
"lodash": "^4.17.4",
"smartfile": "^4.2.9",
"smartfile": "^4.2.11",
"smartq": "^1.1.1",
"typings-global": "^1.0.16"
},
"devDependencies": {
"tapbundle": "^1.0.10"
"tapbundle": "^1.0.12"
}
}