@rollup/plugin-html
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@rollup/plugin-html", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"publishConfig": { | ||
@@ -19,4 +19,4 @@ "access": "public" | ||
"exports": { | ||
"types": "./types/index.d.ts", | ||
"import": "./dist/es/index.js", | ||
"types": "./types/index.d.ts", | ||
"default": "./dist/cjs/index.js" | ||
@@ -23,0 +23,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
import { Plugin, OutputChunk, OutputAsset, OutputBundle } from 'rollup'; | ||
import type { Plugin, OutputChunk, OutputAsset, OutputBundle } from 'rollup'; | ||
@@ -3,0 +3,0 @@ export interface RollupHtmlTemplateOptions { |
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
14483