Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
faucet-pipeline-css version history
===================================

v0.5.0
------

_TBD_
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎗️


maintenance release to update dependencies; no significant changes


v0.4.0
------

Expand All @@ -19,15 +27,15 @@ v0.3.0

_2023-01-12_

Maintenance release to update dependencies; no significant changes
maintenance release to update dependencies; no significant changes


v0.2.1
------

_2022-02-18_

Maintenance release to update dependencies; no significant changes
maintenance release to update dependencies; no significant changes


v0.2.0
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "faucet-pipeline-css",
"version": "0.4.0",
"version": "0.5.0",
"description": "CSS for faucet-pipeline",
"main": "lib/index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"node": ">= 20"
},
"dependencies": {
"faucet-pipeline-core": "^2.1.0",
"faucet-pipeline-core": "^2.1.0 || ^3.0.0",
"postcss": "~8.5.6",
"postcss-discard-comments": "~7.0.4",
"postcss-import": "~16.1.1",
Expand All @@ -31,7 +31,7 @@
},
"devDependencies": {
"eslint-config-fnd": "^1.13.0",
"faucet-pipeline-static": "^2.1.0",
"faucet-pipeline-assets": "^0.1.0",
"json-diff": "^1.0.0",
"npm-run-all": "^4.1.5",
"release-util-fnd": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion test/run
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ begin "$root/test_sourcemap"
assert_identical_sourcemap "./dist/bundle.css" "./expected.css" "./expected.css.map"
end

begin "$root/test_static_integration"
begin "$root/test_assets_integration"
faucet
assert_identical "./dist/bundle.css" "./expected.css"
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
source: "./src/index.css",
target: "./dist/bundle.css"
}],
static: [{
assets: [{
source: "./src/spacer.gif",
target: "./dist/spacer.gif"
}],
Expand Down
Loading