2 Commits

Author SHA1 Message Date
97400fa501 2.0.8 2019-09-10 18:14:36 +02:00
914a8eafce fix(core): update 2019-09-10 18:14:36 +02:00
2 changed files with 2 additions and 8 deletions

7
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smarthbs",
"version": "2.0.7",
"version": "2.0.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -901,11 +901,6 @@
"path-exists": "^3.0.0"
}
},
"lodash": {
"version": "4.17.11",
"resolved": "https://verdaccio.lossless.one/lodash/-/lodash-4.17.11.tgz",
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg=="
},
"lodash.uniq": {
"version": "4.5.0",
"resolved": "https://verdaccio.lossless.one/lodash.uniq/-/lodash.uniq-4.5.0.tgz",

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smarthbs",
"version": "2.0.7",
"version": "2.0.8",
"private": false,
"description": "handlebars with better fs support",
"main": "dist/index.js",
@ -26,7 +26,6 @@
"@pushrocks/smartfile": "^7.0.4",
"@pushrocks/smartpromise": "^3.0.2",
"handlebars": "^4.2.0",
"lodash": "^4.17.11",
"lodash.uniq": "^4.5.0"
},
"devDependencies": {