summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmake_desktop.sh10
-rw-r--r--package.json27
2 files changed, 33 insertions, 4 deletions
diff --git a/make_desktop.sh b/make_desktop.sh
index 6d778aac..60d7c240 100755
--- a/make_desktop.sh
+++ b/make_desktop.sh
@@ -100,7 +100,17 @@ do
exe cp -R node_modules/menu $i/app/node_modules
exe cp -R node_modules/clivas $i/app/node_modules
exe cp -R node_modules/keypress $i/app/node_modules
+ exe cp -R node_modules/define-properties $i/app/node_modules
+ exe cp -R node_modules/es-abstract $i/app/node_modules
+ exe cp -R node_modules/function-bind $i/app/node_modules
+ exe cp -R node_modules/has $i/app/node_modules
+ exe cp -R node_modules/has-symbols $i/app/node_modules
+ exe cp -R node_modules/is-arguments $i/app/node_modules
+ exe cp -R node_modules/is-date-object $i/app/node_modules
+ exe cp -R node_modules/is-regex $i/app/node_modules
+ exe cp -R node_modules/object-is $i/app/node_modules
exe cp -R node_modules/object-keys $i/app/node_modules
+ exe cp -R node_modules/regexp.prototype.flags $i/app/node_modules
echo Copying over zmNinja code...
exe cp package.json $i/app
diff --git a/package.json b/package.json
index 511871a1..330b9038 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "zmninjapro",
"description": "Home security mobile app for ZoneMinder",
- "version": "1.3.086",
+ "version":"1.3.086",
"displayName": "zmNinja",
"author": "Pliable Pixels",
"license": "custom see LICENSE.md",
@@ -67,7 +67,17 @@
"dependencies": {
"app-builder-lib": "^22.1.0",
"clivas": "^0.2.0",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.17.0",
+ "function-bind": "^1.1.1",
+ "has": "^1.0.3",
+ "has-symbols": "^1.0.1",
+ "is-arguments": "^1.0.4",
+ "is-date-object": "^1.0.2",
+ "is-regex": "^1.0.5",
+ "object-is": "^1.0.2",
"object-keys": "^1.1.1",
+ "regexp.prototype.flags": "^1.3.0",
"cordova-android": "8.0.0",
"cordova-custom-config": "^5.1.0",
"cordova-ios": "^5.0.1",
@@ -158,8 +168,17 @@
"node_modules/menu/**/*",
"node_modules/clivas/**/*",
"node_modules/keypress/**/*",
- "node_modules/object-keys/**/*"
-
+ "node_modules/define-properties/**/*",
+ "node_modules/es-abstract/**/*",
+ "node_modules/function-bind/**/*",
+ "node_modules/has/**/*",
+ "node_modules/has-symbols/**/*",
+ "node_modules/is-arguments/**/*",
+ "node_modules/is-date-object/**/*",
+ "node_modules/is-regex/**/*",
+ "node_modules/object-is/**/*",
+ "node_modules/object-keys/**/*",
+ "node_modules/regexp.prototype.flags/**/*"
],
"mac": {
"category": "productivity",
@@ -195,4 +214,4 @@
]
}
}
-} \ No newline at end of file
+}