From: Chris Duncan Date: Thu, 10 Oct 2024 09:20:22 +0000 (-0700) Subject: Fix package type. Add Android support. X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=8f71b9f5efb85376220e8c66ad5edd9ecac5a4d5;p=nemo-wallet.git Fix package type. Add Android support. --- 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 }