@tinyhttp/accepts
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@tinyhttp/accepts", | ||
"description": "accepts rewrite in TypeScript with ESM and CommonJS targets", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"homepage": "https://tinyhttp.v1rtl.site", | ||
@@ -15,5 +15,5 @@ "repository": { | ||
"type": "module", | ||
"main": "dist/index.cjs", | ||
"types": "dist/index.d.ts", | ||
"module": "dist/index.js", | ||
"main": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts", | ||
"module": "./dist/index.js", | ||
"exports": { | ||
@@ -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
15970