Skip to content

Commit

Permalink
2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robbinjohansson committed Jan 17, 2018
1 parent 19fc8de commit 79a2c98
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

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

[*.md]
trim_trailing_whitespace = false
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuebbble",
"version": "2.3.3",
"version": "2.3.4",
"description": "Vue component to easily display dribbble shots from a user",
"author": "Robbin Johansson <[email protected]>",
"main": "dist/vuebbble.js",
Expand Down

0 comments on commit 79a2c98

Please sign in to comment.