Skip to content

Commit 3f1b748

Browse files
committed
add ☕
1 parent 6b4467b commit 3f1b748

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Procfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: ./node_modules/coffee-script/bin/coffee index.coffee

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# GJ(bu)
2+
3+
You are GIF JOCKEY!!!!

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"author": "jigsaw (http://jgs.me)",
10-
"license": "MIT"
10+
"license": "MIT",
11+
"dependencies": {
12+
"coffee-script": "^1.7.1"
13+
}
1114
}

0 commit comments

Comments
 (0)