update structure

This commit is contained in:
2016-08-01 00:53:27 +02:00
parent a347ded65a
commit 8a414b9a7d
23 changed files with 134 additions and 175 deletions

View File

@@ -24,14 +24,17 @@
},
"homepage": "https://github.com/pushrocks/taskbuffer#readme",
"dependencies": {
"beautylog": "^5.0.0",
"lodash": "^4.12.0",
"projectinfo": "1.0.1",
"@types/lodash": "^0.0.28",
"@types/q": "^0.0.27",
"beautylog": "^5.0.18",
"lodash": "^4.14.1",
"projectinfo": "1.0.3",
"q": "^1.4.1",
"rx": "^4.1.0"
"rxjs": "^5.0.0-beta.10",
"typings-global": "^1.0.6"
},
"devDependencies": {
"should": "^8.3.1",
"npmts": "^5.1.5"
"npmts-g": "^5.2.8",
"should": "^10.0.0"
}
}