This commit is contained in:
2017-06-22 18:17:45 +02:00
parent 0e95e58215
commit c73e48450a
6 changed files with 210 additions and 90 deletions

View File

@@ -22,14 +22,14 @@
},
"homepage": "https://gitlab.com/pushrocks/smartshell#README",
"devDependencies": {
"smartchai": "^1.0.1",
"typings-test": "^1.0.3"
"tapbundle": "^1.0.14"
},
"dependencies": {
"@types/shelljs": "^0.6.0",
"@types/shelljs": "^0.7.2",
"@types/which": "^1.0.28",
"shelljs": "^0.7.6",
"smartq": "^1.1.0",
"which": "^1.2.12"
"shelljs": "^0.7.8",
"smartq": "^1.1.1",
"typings-global": "^1.0.19",
"which": "^1.2.14"
}
}