@uploadthing/dropzone
Advanced tools
Comparing version 0.1.4-canary.8e61d70 to 0.1.4-canary.aa58d1b
{ | ||
"name": "@uploadthing/dropzone", | ||
"version": "0.1.4-canary.8e61d70", | ||
"version": "0.1.4-canary.aa58d1b", | ||
"type": "module", | ||
@@ -78,2 +78,13 @@ "license": "MIT", | ||
], | ||
"rules": { | ||
"no-restricted-imports": [ | ||
"error", | ||
{ | ||
"patterns": [ | ||
"@uploadthing/dropzone", | ||
"@uploadthing/dropzone/*" | ||
] | ||
} | ||
] | ||
}, | ||
"overrides": [ | ||
@@ -94,5 +105,5 @@ { | ||
"clean": "git clean -xdf core react solid node_modules", | ||
"dev": "bunchee -w --tsconfig tsconfig.build.json", | ||
"dev": "bunchee -w --tsconfig tsconfig.build.json --no-clean", | ||
"typecheck": "tsc --noEmit" | ||
} | ||
} |
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
59034