Package Exports
- linkify-plugin-ticket
- linkify-plugin-ticket/dist/linkify-plugin-ticket.module.js
- linkify-plugin-ticket/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (linkify-plugin-ticket) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
linkify-plugin-ticket
Detect GitHub-style tickets/issues with Linkify.
Installation
Install from the command line with NPM
npm install linkifyjs linkify-plugin-ticket
Import into your JavaScript with require
const linkify = require('linkifyjs')
require('linkify-plugin-ticket');
or with ES modules
import * as linkify from 'linkifyjs';
import 'linkify-plugin-ticket';
Usage
License
MIT