diff --git a/package.json b/package.json index b18249c..ec3d13c 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,14 @@ { "name": "split-filter", "description": "Like Array#filter, but you get to keep both pieces", - "version": "1.0.0", + "version": "1.1.0", "main": "index.js", "repository": "git@git.cryto.net:joepie91/node-split-filter.git", "author": "Sven Slootweg ", "license": "WTFPL OR CC0-1.0", - "keywords": ["array", "filter", "split"] + "keywords": [ + "array", + "filter", + "split" + ] }