Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jun 24, 2017
1 parent 70faec9 commit 6229dc0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shorten-repo-url",
"version": "1.1.0",
"version": "1.2.0",
"description": "Shorten GitHub/GitLab URLs like GitHub shortens Issues and Commit URLs",
"license": "MIT",
"repository": "bfred-it/shorten-repo-url",
Expand Down Expand Up @@ -34,7 +34,10 @@
},
"xo": {
"rules": {
"comma-dangle": ["error", "always-multiline"]
"comma-dangle": [
"error",
"always-multiline"
]
}
}
}

0 comments on commit 6229dc0

Please sign in to comment.