From 8f71b9f5efb85376220e8c66ad5edd9ecac5a4d5 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 10 Oct 2024 02:20:22 -0700 Subject: [PATCH] Fix package type. Add Android support. --- package-lock.json | 7 +++++++ package.json | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index eb1a6a3..3125cc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,6 +17,7 @@ "libnemo": "^0.0.6" }, "devDependencies": { + "@nativescript/android": "8.8.5", "@nativescript/types": "^8.8.0", "@nativescript/webpack": "^5.0.22", "typescript": "^5.6.3" @@ -467,6 +468,12 @@ "integrity": "sha512-ExDoj1QV5eC6TEbMdLUMMk9cfvNKhhv5gXol4SmULRVCx/3iyCPhJ74nsb3S0Vb+/f+XujBEj3vQn5+cwS0fNA==", "license": "Apache-2.0" }, + "node_modules/@nativescript/android": { + "version": "8.8.5", + "resolved": "https://registry.npmjs.org/@nativescript/android/-/android-8.8.5.tgz", + "integrity": "sha512-Vl0ppigpuiq/bArPaQlwXN4MuyOl84XAWORHRdPEpnGfAbKZoBuoWZveVofIBfb4O7cFfYyB2wyLk4wQW7WMhQ==", + "dev": true + }, "node_modules/@nativescript/core": { "version": "8.8.2", "resolved": "https://registry.npmjs.org/@nativescript/core/-/core-8.8.2.tgz", diff --git a/package.json b/package.json index a779312..3f06683 100644 --- a/package.json +++ b/package.json @@ -55,10 +55,11 @@ "libnemo": "^0.0.6" }, "devDependencies": { + "@nativescript/android": "8.8.5", "@nativescript/types": "^8.8.0", "@nativescript/webpack": "^5.0.22", "typescript": "^5.6.3" }, - "type": "module", + "type": "commonjs", "private": true } -- 2.34.1