Use the rel-scraper package
This commit is contained in:
parent
dbdaf7da61
commit
750452bd4e
|
@ -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"
|
||||
|
|
|
@ -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/'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user