initial release v1.0.0
authorJustin Wind <justin.wind+git@gmail.com>
Wed, 14 Jul 2021 18:56:55 +0000 (11:56 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sun, 1 Aug 2021 19:20:11 +0000 (12:20 -0700)
commit3436c07c25324507228f3d538d345ea35751c623
tree416033d18e58f021726884b5eaff149b6a60c6bb
parentb36198e0a3d21413d75a501ffd52f0fb20188a31
initial release
13 files changed:
.eslintrc.json [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.nycrc.json [new file with mode: 0644]
README.md [new file with mode: 0644]
index.js [new file with mode: 0644]
lib/rfc8288-web-linking.js [new file with mode: 0644]
lib/rfc8288-web-linking.peggy [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
peggy-options.json [new file with mode: 0644]
reference/rfc8288-errata.html [new file with mode: 0644]
reference/rfc8288.html [new file with mode: 0644]
test/lib/rfc8288-web-linking.js [new file with mode: 0644]