# Version of this schema schema: 1 bugzilla: # Bugzilla product and component for this directory and subdirectories product: Firefox component: General # Document the source of externally hosted code origin: # Short name of the package/library name: prosemirror-suggestions description: A plugin for ProseMirror that helps you add suggestions to your editor. # Full URL for the package's homepage/etc # Usually different from repository url url: https://prosemirror.net/ # Human-readable identifier for this version/release # Generally "version NNN", "tag SSS", "bookmark SSS" release: v0.1.1 (2017-10-05T23:32:20-07:00). # Revision to pull in # Must be a long or short commit SHA (long preferred) or a tag revision: v0.1.1 # The package's license, where possible using the mnemonic from # https://spdx.org/licenses/ # Multiple licenses can be specified (as a YAML list) # A "LICENSE" file must exist containing the full license text license: Apache-2.0 # If the package's license is specified in a particular file, # this is the name of the file. # optional license-file: LICENSE # Configuration for the automated vendoring system. # optional vendoring: # Repository URL to vendor from # eg. https://github.com/kinetiknz/nestegg # Any repository host can be specified here, however initially we'll only # support automated vendoring from selected sources. url: https://github.com/quartzy/prosemirror-suggestions # Type of hosting for the upstream repository # Valid values are 'gitlab', 'github', googlesource source-hosting: github # Whether to track by commit or tag tracking: tag exclude: - "**" include: - LICENSE - .babelrc - src/ - rollup.config.js - package.json