update to not fail in offline mode

This commit is contained in:
2018-02-14 23:51:08 +01:00
parent 21100dbb32
commit 26c7b0c69a
9 changed files with 127 additions and 316 deletions
+4 -4
View File
@@ -10,12 +10,12 @@
"test": "(npmts)"
},
"devDependencies": {
"tapbundle": "^1.0.13"
"@types/node": "^9.4.6",
"tapbundle": "^1.1.8"
},
"dependencies": {
"beautycolor": "^1.0.9",
"beautycolor": "^1.0.11",
"beautylog": "^6.1.10",
"smartrequest": "^1.0.6",
"typings-global": "^1.0.16"
"smartrequest": "^1.0.8"
}
}