Skip to content

Commit 473d388

Browse files
init repo
0 parents  commit 473d388

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
install:
2+
echo "installed"

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
it worked

netlify.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build]
2+
functions = "functions"
3+
command = "make install"

package.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "egghead-opengraph-images",
3+
"version": "1.0.0",
4+
"main": "index.js",
5+
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)",
6+
"license": "MIT"
7+
}

0 commit comments

Comments
 (0)