Remove unused prefetch.js (#5344)

This commit is contained in:
Tim Neutkens 2018-10-01 11:15:52 +02:00 committed by GitHub
parent 9c287f3c32
commit b9461824ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -20,7 +20,6 @@
"error.js",
"head.js",
"link.js",
"prefetch.js",
"router.js"
],
"bin": {

View file

@ -1 +0,0 @@
module.exports = require('./dist/lib/prefetch')