diff --git a/package.json b/package.json index 4ac1da9..89f85e8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "is-valid-fodselsnummer-cli", "description": "CLI for checking if input is a valid national identification number of Norway", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "author": { "name": "Geir GĂ„sodden", @@ -13,7 +13,7 @@ "is-valid-fodselsnummer": "index.js" }, "engines": { - "node": ">=4.6.1" + "node": ">=4.6.2" }, "scripts": { "test": "standard && nsp check && tap --reporter=spec test/*.js",