postcss-prefixwrap
Advanced tools
Comparing version 1.8.0 to 1.9.0
@@ -5,2 +5,12 @@ # [PostCSS Prefix Wrap](./README.md) / Changelog | ||
## [1.9.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.9.0) | ||
### Features and Improvements | ||
- Add integration tests to validate plugin defined correctly in build. | ||
### Bug Fixes | ||
- Fix error in main file definition. | ||
## [1.8.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.8.0) | ||
@@ -7,0 +17,0 @@ |
@@ -35,2 +35,4 @@ # [PostCSS Prefix Wrap](./README.md) / Contributing Guide | ||
> You need to first be logged in to NPM to publish. Try `yarn login` first and if that does not work when running the below commands, try `npm login` instead. | ||
After updating the current version, run the following command: | ||
@@ -37,0 +39,0 @@ |
{ | ||
"name": "postcss-prefixwrap", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"description": "A PostCSS plugin that is used to wrap css styles with a css selector to constrain their affect on parent elements in a page.", | ||
@@ -22,5 +22,9 @@ "license": "MIT", | ||
], | ||
"main": "./dist/main.js", | ||
"main": "./build/index.js", | ||
"files": [ | ||
"*.md", | ||
"build" | ||
], | ||
"scripts": { | ||
"build": "tsc --build ./tsconfig.json && rm -rf ./build/{**/*,*}.spec.js && rm -rf ./build/acceptance", | ||
"build": "tsc --build ./tsconfig.json && rm -rf ./build/{**/*,*}.spec.js && rm -rf ./build/acceptance && rm -rf ./build/integration", | ||
"clean": "rm -rf ./build/", | ||
@@ -27,0 +31,0 @@ "format": "prettier './**/*.{md,yml,yaml,json,ts,js}' --write", |
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
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
15502
10
112