Skip to content

Commit

Permalink
release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Sep 23, 2015
1 parent 13a21aa commit bedce46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "array-to-sentence",
"version": "1.0.2",
"version": "1.0.3",
"description": "Join all elements of an array and create a human-readable string",
"repository": "shinnn/array-to-sentence",
"scripts": {
Expand All @@ -27,9 +27,9 @@
"client-side"
],
"devDependencies": {
"@shinnn/eslint-config": "^1.1.0",
"eslint": "^1.6.0",
"istanbul": "^0.3.22",
"tape": "^4.2.1"
"@shinnn/eslint-config": "^1.2.0",
"eslint": "^1.7.3",
"istanbul": "^0.4.0",
"tape": "^4.2.2"
}
}

0 comments on commit bedce46

Please sign in to comment.