Skip to content

Commit

Permalink
Initial working version, stripped api keys
Browse files Browse the repository at this point in the history
  • Loading branch information
rangle-mobinni committed Mar 28, 2018
1 parent fdd82f1 commit 7a3331e
Show file tree
Hide file tree
Showing 11 changed files with 6,780 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": ["transform-es2015-modules-umd"]
}
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
yarn-error.log
.vscode
node_modules/
2 changes: 2 additions & 0 deletions lib/library.js

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

1 change: 1 addition & 0 deletions lib/library.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 7a3331e

Please sign in to comment.