Skip to content

Commit

Permalink
docs: give web-c/README.md its standard upper case name
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed May 23, 2024
1 parent a4fe374 commit 5434937
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/web-component/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const config: Config = {
copy: [
{ src: "scss/fonts", dest: "build/assets/fonts" },
// Hacky, I know, but we really need the readme to be in the root dist folder and I didn't figure how else to do that.
{ src: "../readme.md", dest: "../readme.md" },
{ src: "../README.md", dest: "../README.md" },
],
},

Expand Down

0 comments on commit 5434937

Please sign in to comment.