bump package version to 1.0.8
[squeep-web-linking] / index.js
1 'use strict';
2
3 const { parse, SyntaxError } = require('./lib/rfc8288-web-linking');
4
5 module.exports = {
6 parse,
7 SyntaxError,
8 };