fine-uploader-edgefix
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,3 +6,3 @@ { | ||
"types" : "typescript/fine-uploader.d.ts", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Multiple file upload plugin with progress-bar, drag-and-drop, direct-to-S3 & Azure uploading, client-side image scaling, preview generation, form support, chunking, auto-resume, and tons of other features.", | ||
@@ -67,4 +67,5 @@ "keywords": [ | ||
"start": "make start-local-dev", | ||
"test": "make lint && make test" | ||
"test": "make lint && make test", | ||
"prepublish": "npm install --ignore-scripts && make clean && make build -j" | ||
} | ||
} |
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
2739940