File tree Expand file tree Collapse file tree 8 files changed +17
-39
lines changed Expand file tree Collapse file tree 8 files changed +17
-39
lines changed Original file line number Diff line number Diff line change 11faucet-pipeline-css version history
22===================================
33
4+ v0.3.0
5+ ------
6+
7+ _ 2023-01-12_
8+
9+ Maintenance release to update dependencies; no significant changes
10+
11+
412v0.2.1
513------
614
Original file line number Diff line number Diff line change 11{
22 "name" : " faucet-pipeline-css" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.3.0 " ,
44 "description" : " CSS for faucet-pipeline" ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
2222 "node" : " >= 14"
2323 },
2424 "dependencies" : {
25- "faucet-pipeline-core" : " ^1.6.1 " ,
25+ "faucet-pipeline-core" : " ^2.0.0 " ,
2626 "postcss" : " ~8.4.12" ,
2727 "postcss-discard-comments" : " ~5.1.0" ,
2828 "postcss-import" : " ~15.1.0" ,
3131 },
3232 "devDependencies" : {
3333 "eslint-config-fnd" : " ^1.13.0" ,
34- "faucet-pipeline-static" : " ^2.0 .0" ,
34+ "faucet-pipeline-static" : " ^2.1 .0" ,
3535 "json-diff" : " ^1.0.0" ,
3636 "npm-run-all" : " ^4.1.5" ,
3737 "release-util-fnd" : " ^3.0.0"
Original file line number Diff line number Diff line change @@ -6,10 +6,5 @@ module.exports = {
66 source : "./src/index.css" ,
77 target : "./dist/bundle.css"
88 } ] ,
9- plugins : {
10- css : {
11- plugin : path . resolve ( "../.." ) ,
12- bucket : "styles"
13- }
14- }
9+ plugins : [ path . resolve ( "../.." ) ]
1510} ;
Original file line number Diff line number Diff line change @@ -6,10 +6,5 @@ module.exports = {
66 source : "./src/index.css" ,
77 target : "./dist/bundle.css"
88 } ] ,
9- plugins : {
10- css : {
11- plugin : path . resolve ( "../.." ) ,
12- bucket : "styles"
13- }
14- }
9+ plugins : [ path . resolve ( "../.." ) ]
1510} ;
Original file line number Diff line number Diff line change @@ -6,10 +6,5 @@ module.exports = {
66 source : "./src/index.css" ,
77 target : "./dist/bundle.css"
88 } ] ,
9- plugins : {
10- css : {
11- plugin : path . resolve ( "../.." ) ,
12- bucket : "styles"
13- }
14- }
9+ plugins : [ path . resolve ( "../.." ) ]
1510} ;
Original file line number Diff line number Diff line change @@ -14,10 +14,5 @@ module.exports = {
1414 target : "./dist/manifest.json" ,
1515 value : f => `/assets/${ f } `
1616 } ,
17- plugins : {
18- css : {
19- plugin : path . resolve ( "../.." ) ,
20- bucket : "styles"
21- }
22- }
17+ plugins : [ path . resolve ( "../.." ) ]
2318} ;
Original file line number Diff line number Diff line change @@ -6,10 +6,5 @@ module.exports = {
66 source : "./src/index.css" ,
77 target : "./dist/bundle.css"
88 } ] ,
9- plugins : {
10- css : {
11- plugin : path . resolve ( "../.." ) ,
12- bucket : "styles"
13- }
14- }
9+ plugins : [ path . resolve ( "../.." ) ]
1510} ;
Original file line number Diff line number Diff line change @@ -14,10 +14,5 @@ module.exports = {
1414 target : "./dist/manifest.json" ,
1515 value : f => `/assets/${ f } `
1616 } ,
17- plugins : {
18- css : {
19- plugin : path . resolve ( "../.." ) ,
20- bucket : "styles"
21- }
22- }
17+ plugins : [ path . resolve ( "../.." ) ]
2318} ;
You can’t perform that action at this time.
0 commit comments