Skip to content

Commit 6f7cb45

Browse files
Add logo to the repo
1 parent 14371a5 commit 6f7cb45

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img width="300" src="https://github.com/seasonedcc/composable-functions/assets/566971/b786f157-9fb1-4506-9ddb-e438dcde06c8" alt="Composable Functions" />
2+
<img width="300" src="./logo.png" alt="Composable Functions" />
33
</p>
44

55
A set of types and functions to make compositions easy and safe.

Diff for: logo.png

29.2 KB
Loading

Diff for: scripts/build-npm.ts

+1
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ Deno.copyFileSync('API.md', 'npm/API.md')
3838
Deno.copyFileSync('environments.md', 'npm/environments.md')
3939
Deno.copyFileSync('with-schema.md', 'npm/with-schema.md')
4040
Deno.copyFileSync('migrating-df.md', 'npm/migrating-df.md')
41+
Deno.copyFileSync('logo.png', 'npm/logo.png')

0 commit comments

Comments
 (0)