diff --git a/Example/package-lock.json b/Example/package-lock.json index a6773a7..29c8e7f 100644 --- a/Example/package-lock.json +++ b/Example/package-lock.json @@ -10,15 +10,11 @@ "dependencies": { "cordova-android": "^10.1.1", "cordova-ios": "6.2.0" - }, - "devDependencies": { - "cordova-plugin-intercom": "file:../intercom-plugin" } }, "../intercom-plugin": { "name": "cordova-plugin-intercom", "version": "13.0.0", - "dev": true, "engines": [ { "name": "cordova", @@ -33,6 +29,7 @@ "version": ">=6.2.0" } ], + "extraneous": true, "license": "MIT License" }, "node_modules/@netflix/nerror": { @@ -281,10 +278,6 @@ "node": ">=10" } }, - "node_modules/cordova-plugin-intercom": { - "resolved": "../intercom-plugin", - "link": true - }, "node_modules/cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -671,9 +664,9 @@ } }, "node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -1317,9 +1310,6 @@ "xml-escape": "^1.1.0" } }, - "cordova-plugin-intercom": { - "version": "file:../intercom-plugin" - }, "cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -1612,9 +1602,9 @@ "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" }, "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "requires": { "brace-expansion": "^1.1.7" }