Issue #3308786 by lauriii, nod_: Mark Shepherd.js as internal in Drupal 10

(cherry picked from commit 64ea0bed59)
merge-requests/2755/head
catch 2022-09-12 07:42:34 +01:00
parent 09892af13e
commit 72321ad988
3 changed files with 3 additions and 2 deletions

View File

@ -785,7 +785,7 @@ internal.jquery.form:
dependencies:
- core/jquery
shepherd:
internal.shepherd:
remote: https://github.com/shipshapecode/shepherd
version: "10.0.1"
license:

View File

@ -8,7 +8,7 @@ tour:
- core/drupal
# @todo Remove this in https://www.drupal.org/project/drupal/issues/3204011
- core/internal.backbone
- core/shepherd
- core/internal.shepherd
- tour/tour-styling
tour-styling:

View File

@ -129,6 +129,7 @@ const assetsFolder = `${coreFolder}/assets/vendor`;
{
pack: 'shepherd.js',
folder: 'shepherd',
library: 'internal.shepherd',
files: [
{ from: 'dist/js/shepherd.min.js', to: 'shepherd.min.js' },
{ from: 'dist/js/shepherd.min.js.map', to: 'shepherd.min.js.map' },