remove tapbundle from dependencies

This commit is contained in:
2017-06-30 17:11:47 +02:00
parent cf446f90ee
commit db14306bcf
2 changed files with 35 additions and 22 deletions

View File

@@ -17,7 +17,9 @@
"url": "https://gitlab.com/pushrocks/lik/issues"
},
"homepage": "https://gitlab.com/pushrocks/lik#README",
"devDependencies": {},
"devDependencies": {
"tapbundle": "^1.0.14"
},
"dependencies": {
"@types/lodash": "^4.14.62",
"@types/minimatch": "2.x.x",
@@ -27,7 +29,6 @@
"q": "^1.5.0",
"rxjs": "^5.3.0",
"smartq": "^1.1.1",
"tapbundle": "^1.0.14",
"typings-global": "^1.0.14"
}
}