refactor: remove deprecated and unused methods

This commit is contained in:
Michel Jonathan Schmitz
2019-02-22 11:09:35 +01:00
parent 4984f78d95
commit 1dbb59b9d7
5 changed files with 272 additions and 273 deletions

View File

@@ -36,17 +36,15 @@
"tslint": "tslint 'src/**/*.ts'"
},
"dependencies": {
"@openstapps/logger": "0.0.3",
"@types/async": "2.0.50",
"@openstapps/logger": "0.0.5",
"@types/chai": "4.1.7",
"@types/del": "3.0.1",
"@types/glob": "7.1.1",
"@types/humanize-string": "1.0.0",
"@types/mocha": "5.2.5",
"@types/mocha": "5.2.6",
"@types/mustache": "0.8.32",
"@types/node": "10.12.18",
"ajv": "6.6.2",
"async": "2.6.1",
"ajv": "6.9.1",
"async-pool-native": "0.1.0",
"chai": "4.2.0",
"commander": "2.19.0",
@@ -58,16 +56,16 @@
"mocha-typescript": "1.1.17",
"mustache": "3.0.1",
"toposort": "2.0.2",
"ts-json-schema-generator": "0.38.1",
"ts-node": "7.0.1",
"typedoc": "0.14.0"
"ts-json-schema-generator": "0.40.0",
"ts-node": "8.0.2",
"typedoc": "0.14.2"
},
"devDependencies": {
"@openstapps/configuration": "0.5.0",
"conventional-changelog-cli": "2.0.11",
"@openstapps/configuration": "0.6.0",
"conventional-changelog-cli": "2.0.12",
"prepend-file-cli": "1.0.6",
"rimraf": "2.6.3",
"tslint": "5.12.0",
"tslint": "5.12.1",
"typescript": "3.2.2"
}
}