2 Commits

Author SHA1 Message Date
084bee68af 2.0.1 2019-02-17 16:59:56 +01:00
9f6b67fa4e fix(core): update 2019-02-17 16:59:56 +01:00
2 changed files with 695 additions and 282 deletions

956
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smarthbs",
"version": "2.0.0",
"version": "2.0.1",
"private": false,
"description": "handlebars with better fs support",
"main": "dist/index.js",
@ -23,18 +23,17 @@
},
"homepage": "https://gitlab.com/pkunz/smarthbs#README",
"dependencies": {
"@pushrocks/smartfile": "^6.0.8",
"@pushrocks/smartfile": "^6.0.12",
"@pushrocks/smartpromise": "^2.0.5",
"@types/handlebars": "^4.0.39",
"@types/lodash": "^4.14.116",
"handlebars": "^4.0.11",
"lodash": "^4.17.10"
"@types/lodash": "^4.14.121",
"handlebars": "^4.1.0",
"lodash": "^4.17.11"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.5",
"@types/node": "^10.9.2"
"@gitzone/tsbuild": "^2.1.8",
"@gitzone/tsrun": "^1.1.17",
"@gitzone/tstest": "^1.0.18",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^11.9.4"
}
}