diff --git a/cob.info.yml b/cob.info.yml index 8e34c74..fe6339e 100644 --- a/cob.info.yml +++ b/cob.info.yml @@ -3,12 +3,9 @@ name: 'COB' type: 'theme' description: 'City of Bloomington Theme' package: 'COB' -core_version_requirement: '^8 || ^9' -php: '7.4.0' +core_version_requirement: '^9||^10' base theme: false libraries: - 'cob/fn1' - 'cob/cob' -libraries-override: - core/modernizr: false ... diff --git a/cob.libraries.yml b/cob.libraries.yml index 9b11eb0..9e586d1 100644 --- a/cob.libraries.yml +++ b/cob.libraries.yml @@ -15,4 +15,3 @@ cob: css/screen.css: { } js: js/cob.js: { } - js/annex.js: { } diff --git a/composer.json b/composer.json index 6e6ed64..73da4e2 100644 --- a/composer.json +++ b/composer.json @@ -1,4 +1,4 @@ { "name": "city-of-bloomington/cob", - "type": "drupal-theme" + "type": "drupal-custom-theme" }