Skip to content
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.

Commit

Permalink
Rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Aug 2, 2017
1 parent 6b28ecf commit 801cea2
Show file tree
Hide file tree
Showing 60 changed files with 1,337 additions and 97,186 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true
[*]
indent_style=space
indent_size=2
tab_width=2
end_of_line=lf
charset=utf-8
trim_trailing_whitespace=true
max_line_length=120
insert_final_newline=true
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.build
.happypack

# Logs
logs
*.log
Expand Down Expand Up @@ -56,4 +59,3 @@ typings/

# dotenv environment variables file
.env

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# dapp-console

A JavaScript console
Loading

0 comments on commit 801cea2

Please sign in to comment.