remove beautylog dependency

This commit is contained in:
2017-01-21 11:51:30 +01:00
parent 7de17bbefa
commit ead69f3bb9
10 changed files with 98 additions and 104 deletions

View File

@@ -23,15 +23,14 @@
},
"homepage": "https://gitlab.com/pushrocks/qenv#README",
"devDependencies": {
"npmts-g": "^5.2.10",
"should": "^11.1.2",
"npmts-g": "^6.0.0",
"smartchai": "^1.0.1",
"typings-test": "^1.0.3"
},
"dependencies": {
"beautylog": "^6.0.0",
"lodash": "^4.17.3",
"lodash": "^4.17.4",
"q": "^1.4.1",
"smartfile": "^4.1.0",
"smartfile": "^4.1.3",
"typings-global": "^1.0.14"
}
}