Remove unused phantomjs-polyfill package
authorcolemanw <coleman@civicrm.org>
Fri, 29 Dec 2023 21:00:05 +0000 (15:00 -0600)
committercolemanw <coleman@civicrm.org>
Fri, 29 Dec 2023 22:07:42 +0000 (16:07 -0600)
As of 23051b6 we no longer use PhantomJS so this package should not be needed.

composer.json
composer.lock
karma.conf.js

index 6ae04514df66ca6f74c477b8dbb8549d3ea9d2d5..53a86babef042d56d1f5d0c028d000dce919f744 100644 (file)
         "url": "https://github.com/lodash/lodash-compat/archive/3.0.1.zip",
         "ignore": [".*", "*.log", "*.md", "component.json", "package.json", "node_modules"]
       },
-      "phantomjs-polyfill": {
-        "url": "https://github.com/conversocial/phantomjs-polyfill/archive/v0.0.2.zip"
-      },
       "select2": {
         "url": "https://github.com/colemanw/select2/archive/v3.5-civicrm-1.0.zip"
       },
index 68875a0e8197cb55c6626bd466e4cb84a8879820..bc9633e6c97078cf9750dc2ebbfe9b26d4473f0a 100644 (file)
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "a85ba6e6b1dda6e40fb5478865870489",
+    "content-hash": "9bd88911ac05e61e199444889b78fc8e",
     "packages": [
         {
             "name": "adrienrn/php-mimetyper",
index 59bdee47f33d9b32024cef890ff4f4ede5f40ba2..07fde465f9d4695e2b3b9898ad074cf002fa5b06 100644 (file)
@@ -25,7 +25,6 @@ module.exports = function(config) {
       'ang/api4Explorer/Explorer.js'
     ],
     files: [
-      'bower_components/phantomjs-polyfill/bind-polyfill.js',
       'bower_components/jquery/dist/jquery.min.js',
       'bower_components/jquery-ui/jquery-ui.min.js',
       'bower_components/lodash-compat/lodash.min.js',