@blocz/detect-imports
Advanced tools
Comparing version 0.1.0-beta.2 to 0.1.0-beta.3
{ | ||
"name": "@blocz/detect-imports", | ||
"version": "0.1.0-beta.2", | ||
"version": "0.1.0-beta.3", | ||
"source": "src/index.ts", | ||
"main": "lib/detect-imports.js", | ||
"module": "lib/detect-imports.module.js", | ||
"exports": "./lib/detect-imports.modern.js", | ||
"exports": { | ||
".": { | ||
"require": "./lib/detect-imports.js", | ||
"import": "./lib/detect-imports.modern.js", | ||
"browser": "./lib/detect-imports.modern.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"types": "lib/index.d.ts", | ||
@@ -9,0 +16,0 @@ "repository": "git@github.com:bloczjs/mdx.git", |
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
11864