accumulate-facebook-data
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -9,4 +9,4 @@ const fetchBody = require('fetch-body')(require('node-fetch')) | ||
module.export = async function(url) { | ||
module.exports = async function(url) { | ||
return accumulate([], url) | ||
} |
{ | ||
"name": "accumulate-facebook-data", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Accumulate facebook data.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
1048