]> zoso.dev Git - nemo-wallet.git/commitdiff
Fix package type. Add Android support.
authorChris Duncan <chris@zoso.dev>
Thu, 10 Oct 2024 09:20:22 +0000 (02:20 -0700)
committerChris Duncan <chris@zoso.dev>
Thu, 10 Oct 2024 09:20:22 +0000 (02:20 -0700)
package-lock.json
package.json

index eb1a6a3230d944b26742f37470816e5343baaff8..3125cc34e99200677fe32b0ad748c188b381115e 100644 (file)
@@ -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"
                        "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",
index a779312d8f1d062fdd0d4d08f6ad67064836fdb3..3f06683a5d5907f7cf45360bd37cc9cd65118a23 100644 (file)
                "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
 }