Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

Commit

Permalink
inital commit
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Feb 20, 2017
1 parent a42ec3e commit e5dd3d7
Show file tree
Hide file tree
Showing 7 changed files with 398 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
@@ -0,0 +1,14 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

# 2 space indentation
[**.*]
indent_style = space
indent_size = 2
7 changes: 7 additions & 0 deletions .gitignore
@@ -0,0 +1,7 @@
node_modules
dist
npm-debug.log
coverage/
.nyc_output/
.vscode/
.DS_Store
165 changes: 165 additions & 0 deletions index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e5dd3d7

Please sign in to comment.