Skip to content

Commit

Permalink
Updates engines
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Nov 20, 2016
1 parent a062847 commit b495630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -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",
Expand Down

0 comments on commit b495630

Please sign in to comment.