chore: remove nativescript-dev-typescript dependency (#7408)

This commit is contained in:
Manol Donev
2019-06-26 19:56:26 +03:00
committed by Dimitar Topuzov
parent 9fcc1ddf94
commit e875c49409
3 changed files with 7 additions and 8 deletions

View File

@@ -22,9 +22,9 @@
"mocha": "~5.2.0",
"mochawesome": "~3.1.2",
"nativescript-dev-appium": "next",
"nativescript-dev-typescript": "next",
"nativescript-dev-webpack": "next",
"rimraf": "^2.6.2"
"rimraf": "^2.6.2",
"typescript": "~3.4.1"
},
"scripts": {
"e2e": "npm run clean-e2e && tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",