Skip to content

Commit

Permalink
-> 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sinchang committed Apr 4, 2017
1 parent 09b0161 commit 4739c47
Show file tree
Hide file tree
Showing 19 changed files with 7,961 additions and 451 deletions.
7 changes: 5 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
3 changes: 0 additions & 3 deletions .eslintrc

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
*.json
dist-example
6 changes: 0 additions & 6 deletions demo/demo.js

This file was deleted.

11 changes: 0 additions & 11 deletions demo/index.html

This file was deleted.

12 changes: 0 additions & 12 deletions demo/index.js

This file was deleted.

Loading

0 comments on commit 4739c47

Please sign in to comment.