Skip to content

Commit

Permalink
0.1.1 adds proper keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
thlorenz committed Jul 28, 2013
1 parent 1eaac94 commit bf15386
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "unique-concat",
"version": "0.1.0",
"version": "0.1.1",
"description": "Concatenates two arrays, removing duplicates in the process and returns one array with unique values.",
"main": "index.js",
"scripts": {
Expand All @@ -23,7 +23,14 @@
"tap": "~0.4.3",
"testling": "~1.5.1"
},
"keywords": [ "concat", "concatenate", "Array", "unique", "duplicates", "hash" ],
"keywords": [
"concat",
"concatenate",
"Array",
"unique",
"duplicates",
"hash"
],
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
Expand Down

0 comments on commit bf15386

Please sign in to comment.