Use the rel-scraper package

This commit is contained in:
Peter Stuifzand 2018-09-03 20:08:54 +02:00
parent dbdaf7da61
commit 750452bd4e
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
"micropub-helper": "^1.4.0",
"moment": "^2.22.2",
"node-sass": "^4.9.3",
"rel-scraper": "github:grantcodes/rel-scraper",
"vue": "^2.5.17",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"

View File

@ -26,7 +26,7 @@
<script>
import Micropub from 'micropub-helper';
import helper from '@/helpers';
import relScraper from '@/helpers/rel-scraper'
import relScraper from 'rel-scraper'
const CLIENT_ID = 'https://p83.nl/'