Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Jun 8, 2019
0 parents commit fafe2f5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
node_modules/
Empty file added index.js
Empty file.
12 changes: 12 additions & 0 deletions package.json
@@ -0,0 +1,12 @@
{
"name": "emojinstead",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "chee <chee@snoot.club>",
"license": "GPL-3.0+"
}

0 comments on commit fafe2f5

Please sign in to comment.