@rollup/plugin-html
Advanced tools
Comparing version 0.2.0 to 0.2.2
# @rollup/plugin-html ChangeLog | ||
## v0.2.2 | ||
_2021-01-29_ | ||
### Updates | ||
- chore: run build before publish (ce65c12) | ||
- chore: upgrade TypeScript (#713) | ||
- refactor: refactor to typescript (#634) | ||
- chore: update dependencies (6c8614c) | ||
## v0.2.1 | ||
_2021-01-29_ | ||
### Updates | ||
- chore: run build before publish (ce65c12) | ||
- chore: upgrade TypeScript (#713) | ||
- refactor: refactor to typescript (#634) | ||
- chore: update dependencies (6c8614c) | ||
## v0.2.0 | ||
@@ -4,0 +26,0 @@ |
{ | ||
"name": "@rollup/plugin-html", | ||
"version": "0.2.0", | ||
"version": "0.2.2", | ||
"publishConfig": { | ||
@@ -13,3 +13,4 @@ "access": "public" | ||
"bugs": "https://github.com/rollup/plugins/issues", | ||
"main": "lib/index.js", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"engines": { | ||
@@ -19,11 +20,14 @@ "node": ">= 8.0.0" | ||
"scripts": { | ||
"build": "rollup -c", | ||
"ci:coverage": "nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov", | ||
"ci:lint": "pnpm run lint", | ||
"ci:lint": "pnpm run build && pnpm run lint", | ||
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}", | ||
"ci:test": "pnpm run test -- --verbose", | ||
"lint": "pnpm run lint:js && pnpm run lint:docs && pnpm run lint:package", | ||
"lint:docs": "prettier --single-quote --write *.md", | ||
"lint:js": "eslint --fix --cache lib test --ext .js,.ts", | ||
"lint:docs": "prettier --single-quote --arrow-parens avoid --trailing-comma none --write *.md", | ||
"lint:js": "eslint --fix --cache src test --ext .js,.ts", | ||
"lint:package": "prettier --write package.json --plugin=prettier-plugin-package", | ||
"prepublishOnly": "pnpm run lint", | ||
"prebuild": "del-cli dist", | ||
"prepublishOnly": "pnpm build && pnpm lint", | ||
"pretest": "pnpm run build", | ||
"test": "ava" | ||
@@ -46,6 +50,12 @@ }, | ||
"devDependencies": { | ||
"rollup": "^2.0.0", | ||
"rollup-plugin-postcss": "^2.0.3" | ||
"@rollup/plugin-typescript": "^6.1.0", | ||
"rollup": "^2.23.0", | ||
"rollup-plugin-postcss": "^3.1.3", | ||
"typescript": "^4.1.2" | ||
}, | ||
"types": "types/index.d.ts", | ||
"ava": { | ||
"babel": { | ||
"compileEnhancements": false | ||
}, | ||
"files": [ | ||
@@ -52,0 +62,0 @@ "!**/fixtures/**", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
12515
102
4
1