smart-uploader
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -114,2 +114,3 @@ "use strict"; | ||
} | ||
return Promise.resolve(null); | ||
} | ||
@@ -116,0 +117,0 @@ } |
{ | ||
"name": "smart-uploader", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "A simple ftp uploader with queue management", | ||
@@ -11,3 +11,4 @@ "main": "dist/src/index.js", | ||
"lint": "tslint --project tsconfig.json --config tslint.json", | ||
"lint:fix": "npm run lint -- --fix" | ||
"lint:fix": "npm run lint -- --fix", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -14,0 +15,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
51499
914