Skip to content

Commit 3a499c3

Browse files
committed
Initial commit
0 parents  commit 3a499c3

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

mazebot.js

Whitespace-only changes.

package.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "mazebot",
3+
"version": "0.0.0",
4+
"private": true,
5+
"dependencies": {
6+
"ansi": "~0.0.3"
7+
}
8+
}

0 commit comments

Comments
 (0)