diff --git a/package.json b/package.json index c2061ff..9ebf78d 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,14 @@ { "name": "match-value", "description": "Utility for mapping values to other values or behaviour, a bit like a match statement", - "keywords": ["match", "switch", "case", "map", "mapping"], - "version": "1.0.0", + "keywords": [ + "match", + "switch", + "case", + "map", + "mapping" + ], + "version": "1.0.1", "main": "index.js", "repository": "http://git.cryto.net/joepie91/match-value.git", "author": "Sven Slootweg ",