instagram-tags-post
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -73,3 +73,3 @@ #!/usr/bin/env node | ||
const path = require('path').join(cwd, `./${name}.json`) | ||
require('fs').writeFile(path, JSON.stringify(data), 'utf8', | ||
require('fs').writeFile(path, JSON.stringify(data,null,4), 'utf8', | ||
(error) => { | ||
@@ -76,0 +76,0 @@ if(error){ |
{ | ||
"name": "instagram-tags-post", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "get instagram post by tags", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4533