Skip to content

Commit

Permalink
Merge pull request #16 from artichoke/optimized-v0.5.0
Browse files Browse the repository at this point in the history
Move optimized images to top level
  • Loading branch information
lopopolo authored Feb 18, 2021
2 parents 847ee28 + 2260a35 commit 6d72ef4
Show file tree
Hide file tree
Showing 8 changed files with 160 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
mkdir dist
cp --verbose -a favicons/. dist/
cp --verbose -a img/. dist/
cp --verbose -a optimized/ dist/
cp --verbose -a social/ dist/
rm --verbose dist/**/*.md
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
156 changes: 156 additions & 0 deletions optimized/artichoke-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artichokeruby/logo",
"version": "0.4.0",
"version": "0.5.0",
"description": "Artichoke Ruby logo",
"keywords": [
"programming language",
Expand All @@ -22,6 +22,7 @@
"README.md",
"favicons",
"img",
"optimized",
"social",
"source"
],
Expand Down

0 comments on commit 6d72ef4

Please sign in to comment.