rollup-plugin-css-only
Advanced tools
Comparing version 4.2.0 to 4.3.0
{ | ||
"name": "rollup-plugin-css-only", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"description": "Rollup plugin that bundles imported css", | ||
@@ -17,2 +17,3 @@ "main": "dist/index.cjs", | ||
"dev": "rollup -cw", | ||
"test:circular": "cd test/circular && rm -rf output && rollup -c && cd ../..", | ||
"test:nested": "cd test/nested && rm -rf output && rollup -c && cmp output/output.js expected.js && cmp output/output.css expected.css && cd ../..", | ||
@@ -22,3 +23,3 @@ "test:empty": "cd test/empty && rm -rf output && rollup -c && cmp output/output.js expected.js && cmp output/output.css expected.css && cd ../..", | ||
"test:win:simple": "cd .\\test\\simple && del -f output.* && rollup -c && cd .. && ECHO n|comp simple\\output.js expected.js && ECHO n|comp simple\\output.css simple\\expected.css && cd ..", | ||
"test": "npm run test:simple && npm run test:nested && npm run test:empty", | ||
"test": "npm run test:simple && npm run test:nested && npm run test:empty && npm run test:circular", | ||
"test:win": "npm run test:win:simple", | ||
@@ -25,0 +26,0 @@ "lint": "prettier rollup.config.js src/**", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
11133
153