summaryrefslogtreecommitdiffstats
path: root/toolkit/content/vendor/lit/moz.yaml
blob: db1b7f259ab197e041daa1e4e01ab7e3e22645c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
schema: 1

bugzilla:
  product: "Toolkit"
  component: "UI Widgets"

origin:
  name: "lit"
  description:
    "Lit is a simple library for building fast, lightweight web components."
  url: "https://github.com/lit/lit"
  license: "BSD-3-Clause"
  release: lit@2.5.0 (2022-12-14T16:42:02-06:00).
  revision: lit@2.5.0


# Since this tracks the latest tag, it's possible that lit isn't the latest tag
# in lit/lit. In that case we may need to manually update lit. See README.md for
# more info.
vendoring:
  url: "https://github.com/lit/lit"
  source-hosting: github
  tracking: tag
  # lit/lit is a monorepo that publishes multiple packages. The tags for lit
  # are formatted as "lit@2.5.0".
  # tag-prefix: 'lit@'

  vendor-directory: toolkit/content/vendor/lit/lit

  update-actions:
    - action: run-script
      script: '{yaml_dir}/bundle-lit.sh'
      cwd: '{yaml_dir}'