master
Sven Slootweg 5 years ago
parent 78a78b44cb
commit 7c4784a613

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

Loading…
Cancel
Save