Commit 72321ad9 authored by catch's avatar catch
Browse files

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

(cherry picked from commit 64ea0bed)
parent 09892af1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -785,7 +785,7 @@ internal.jquery.form:
  dependencies:
    - core/jquery

shepherd:
internal.shepherd:
  remote: https://github.com/shipshapecode/shepherd
  version: "10.0.1"
  license:
+1 −1
Original line number Diff line number Diff line
@@ -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:
+1 −0
Original line number Diff line number Diff line
@@ -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' },