diff --git a/tests/package.json b/tests/package.json deleted file mode 100644 index b038c07e5..000000000 --- a/tests/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "nativescript": { - "id": "org.nativescript.UnitTestApp", - "tns-android": { - "version": "next" - }, - "tns-ios": { - "version": "6.5.2" - } - }, - "main": "app.js", - "description": "NativeScript Application", - "license": "SEE LICENSE IN ", - "repository": "", - "scripts": { - "clean": "npx rimraf hooks node_modules platforms package-lock.json && npm i" - }, - "dependencies": { - "@nativescript/core": "file:../dist/nativescript-core-7.0.0-rc.11.tgz" - }, - "devDependencies": { - "circular-dependency-plugin": "~5.2.0", - "@nativescript/webpack": "^2.0.0-alpha.3", - "node-sass": "^4.14.0", - "@nativescript/types": "~7.0.0-rc.0", - "typescript": "~3.9.0" - }, - "gitHead": "c06800e52ee1a184ea2dffd12a6702aaa43be4e3", - "readme": "NativeScript Application" -}