diff --git a/config.yml b/config.yml index 829e963..4a7f829 100644 --- a/config.yml +++ b/config.yml @@ -497,24 +497,6 @@ sites: site_title: WWD (LOCAL) admin_user: pmcdev admin_password: pmcdev - pmc: - theme_repo: git@bitbucket.org:penskemediacorp/pmc-wwd-2016.git - theme_slug: "" - parent_theme_slug: "" - grandchild_theme_repo: "" - theme_dir_uses_vip: false - wwd-2021-com: - skip_provisioning: true - description: wwd-2021.com - repo: git@github.com:penske-media-corp/pmc-vvv-site-provisioners.git - branch: main - hosts: - - wwd-2021-com.test - custom: - live_url: https://wwd-2021.com - site_title: WWD 2021 (LOCAL) - admin_user: pmcdev - admin_password: pmcdev pmc: theme_repo: git@bitbucket.org:penskemediacorp/pmc-wwd-2021.git theme_slug: "" diff --git a/package-lock.json b/package-lock.json index 59f8609..14410fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,27 @@ { + "name": "pmc-vvv", + "lockfileVersion": 2, "requires": true, - "lockfileVersion": 1, + "packages": { + "": { + "dependencies": { + "yaml": "^1.10.0" + } + }, + "node_modules/yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "engines": { + "node": ">= 6" + } + } + }, "dependencies": { "yaml": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz", - "integrity": "sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==" + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==" } } } diff --git a/sites.json b/sites.json index fdca370..547665f 100644 --- a/sites.json +++ b/sites.json @@ -148,10 +148,6 @@ }, "wwd.com": { "site_title_prefix": "WWD", - "theme_repo": "git@bitbucket.org:penskemediacorp/pmc-wwd-2016.git" - }, - "wwd-2021.com": { - "site_title_prefix": "WWD 2021", "theme_repo": "git@bitbucket.org:penskemediacorp/pmc-wwd-2021.git", "parent_theme_slug": "pmc-core-v2", "theme_dir_uses_vip": true