@uploadthing/dropzone
Advanced tools
Comparing version 0.4.0 to 0.4.1-canary.6a2ac4b
{ | ||
"name": "@uploadthing/dropzone", | ||
"version": "0.4.0", | ||
"version": "0.4.1-canary.6a2ac4b", | ||
"type": "module", | ||
@@ -69,2 +69,10 @@ "license": "MIT", | ||
}, | ||
"scripts": { | ||
"lint": "eslint src --max-warnings 0", | ||
"build": "bunchee --tsconfig tsconfig.build.json", | ||
"clean": "git clean -xdf core react solid node_modules", | ||
"dev": "bunchee -w --tsconfig tsconfig.build.json --no-clean", | ||
"prepack": "bun ../../.github/replace-workspace-protocol.ts", | ||
"typecheck": "tsc --noEmit" | ||
}, | ||
"dependencies": { | ||
@@ -131,10 +139,3 @@ "file-selector": "^0.6.0" | ||
] | ||
}, | ||
"scripts": { | ||
"lint": "eslint src --max-warnings 0", | ||
"build": "bunchee --tsconfig tsconfig.build.json", | ||
"clean": "git clean -xdf core react solid node_modules", | ||
"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
101078
21