This commit is contained in:
2017-01-17 15:28:28 +01:00
parent f55ebefffb
commit de3f582226
7 changed files with 119 additions and 1 deletions

View File

@ -16,5 +16,13 @@
"bugs": {
"url": "https://gitlab.com/pushrocks/smartq/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartq#README"
"homepage": "https://gitlab.com/pushrocks/smartq#README",
"dependencies": {
"typings-global": "^1.0.14"
},
"devDependencies": {
"@types/should": "^8.1.30",
"should": "^11.1.2",
"typings-test": "^1.0.3"
}
}