@benrobertson/gatsby-plugin-webmention
Advanced tools
Comparing version 0.2.0 to 0.2.2
@@ -82,5 +82,5 @@ const fetch = require("node-fetch"); | ||
return getMentions({ token, domain, perPage: fetchLimit }).then(mentions => { | ||
return getMentions({ token, perPage: fetchLimit }).then(mentions => { | ||
mentions.forEach(entry => createNode(WebMentionEntryNode(entry))); | ||
}); | ||
}; |
{ | ||
"name": "@benrobertson/gatsby-plugin-webmention", | ||
"version": "0.2.0", | ||
"version": "0.2.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
5405