fix(core): update

This commit is contained in:
2020-03-16 14:38:17 +00:00
parent 39b718fc41
commit c1b1cbfd64
5 changed files with 85 additions and 33 deletions

View File

@@ -3,7 +3,7 @@
"version": "1.0.5",
"description": "work with archives",
"main": "dist_ts/index.js",
"typings": "dist/index.d.ts",
"typings": "dist_ts/index.d.ts",
"scripts": {
"test": "tstest test/",
"build": "tsbuild"
@@ -19,16 +19,17 @@
},
"homepage": "https://github.com/pushrocks/smartarchive#readme",
"dependencies": {
"@pushrocks/smartfile": "^7.0.9",
"@pushrocks/smartfile": "^7.0.10",
"@pushrocks/smartpath": "^4.0.1",
"@pushrocks/smartrequest": "^1.1.47",
"@pushrocks/smartunique": "^3.0.3",
"@types/tar": "^4.0.3",
"tar": "^6.0.1"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.22",
"@gitzone/tstest": "^1.0.28",
"@pushrocks/smartrequest": "^1.1.47",
"@pushrocks/tapbundle": "^3.2.0",
"@pushrocks/tapbundle": "^3.2.1",
"tslint": "^6.1.0",
"tslint-config-prettier": "^1.18.0"
},