@rollup/plugin-html
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@rollup/plugin-html", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"publishConfig": { | ||
@@ -26,16 +26,2 @@ "access": "public" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c", | ||
"ci:coverage": "nyc pnpm test && nyc report --reporter=text-lcov > coverage.lcov", | ||
"ci:lint": "pnpm build && pnpm lint", | ||
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}", | ||
"ci:test": "pnpm test -- --verbose", | ||
"prebuild": "del-cli dist", | ||
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi", | ||
"prerelease": "pnpm build", | ||
"pretest": "pnpm build", | ||
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name", | ||
"test": "ava", | ||
"test:ts": "tsc --noEmit" | ||
}, | ||
"files": [ | ||
@@ -78,3 +64,16 @@ "dist", | ||
] | ||
}, | ||
"scripts": { | ||
"build": "rollup -c", | ||
"ci:coverage": "nyc pnpm test && nyc report --reporter=text-lcov > coverage.lcov", | ||
"ci:lint": "pnpm build && pnpm lint", | ||
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}", | ||
"ci:test": "pnpm test -- --verbose", | ||
"prebuild": "del-cli dist", | ||
"prerelease": "pnpm build", | ||
"pretest": "pnpm build", | ||
"release": "pnpm --workspace-root package:release $(pwd)", | ||
"test": "ava", | ||
"test:ts": "tsc --noEmit" | ||
} | ||
} | ||
} |
@@ -18,3 +18,3 @@ import type { Plugin, OutputChunk, OutputAsset, OutputBundle } from 'rollup'; | ||
publicPath?: string; | ||
template?: (templateoptions?: RollupHtmlTemplateOptions) => string; | ||
template?: (templateoptions: RollupHtmlTemplateOptions) => string; | ||
} | ||
@@ -21,0 +21,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
18876
8
323