public-instagram
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -90,3 +90,3 @@ 'use strict'; | ||
} catch (error) { | ||
throw error.data; | ||
throw error.response.data; | ||
} | ||
@@ -93,0 +93,0 @@ |
{ | ||
"name": "public-instagram", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Tool to fetch Instagram's public content.", | ||
@@ -39,2 +39,2 @@ "main": "index.js", | ||
} | ||
} | ||
} |
73570