Skip to content

Commit

Permalink
refactor: update interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 5, 2023
1 parent 0a62b2d commit a3cd5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/metascraper-manifest/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use strict'

const { normalizeUrl, logo, composeRule } = require('@metascraper/helpers')
const { dataUriToBuffer } = require('data-uri-to-buffer')
const asyncMemoizeOne = require('async-memoize-one')
const dataUriToBuffer = require('data-uri-to-buffer')
const { chain, toLower } = require('lodash')
const memoize = require('@keyvhq/memoize')

Expand Down

0 comments on commit a3cd5a0

Please sign in to comment.