Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "sweety.js", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Sweety JS is a helper package for discord bots", | ||
@@ -5,0 +5,0 @@ "main": "src/module.js", |
@@ -17,3 +17,3 @@ const fs = require('fs'); | ||
fs.writeFile(this._path, data, (err) => { | ||
if (err) throw err; | ||
// if (err) throw err; | ||
console.log('Successfully created SweetyDB file'); | ||
@@ -20,0 +20,0 @@ }); |
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
7471