rollup-plugin-conditional-exec
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "rollup-plugin-conditional-exec", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"author": "Alex Miller <codex.nz@gmail.com>", | ||
"description": "Execute a given command after a bundle has been written", | ||
"type": "module", | ||
"homepage": "https://github.com/Codex-/rollup-plugin-conditional-exec#readme", | ||
@@ -23,2 +22,3 @@ "repository": { | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
@@ -32,3 +32,3 @@ "exports": { | ||
"require": { | ||
"types": "./dist/cjs/index.d.cts", | ||
"types": "./dist/cjs/index.d.ts", | ||
"default": "./dist/cjs/index.js" | ||
@@ -35,0 +35,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
16250
No