fix(dependencies and structure): update

This commit is contained in:
2018-11-28 21:01:13 +01:00
parent 60eb4b6b6e
commit ffe757d820
4 changed files with 74 additions and 77 deletions

View File

@@ -25,16 +25,16 @@
"homepage": "https://gitlab.com/pushrocks/smartstring#readme",
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tsrun": "^1.1.13",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.5",
"@types/node": "^10.5.8"
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.10"
},
"dependencies": {
"crypto-random-string": "^1.0.0",
"js-base64": "^2.4.8",
"js-base64": "^2.4.9",
"normalize-newline": "^3.0.0",
"randomatic": "^3.1.0",
"randomatic": "^3.1.1",
"strip-indent": "^2.0.0"
}
}
}