Skip to content

Commit

Permalink
Updates engines
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Nov 17, 2016
1 parent 02b58e0 commit eff8853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "birthdate-from-id",
"version": "1.0.4",
"version": "1.0.5",
"description": "Extract date of birth from personal ID number",
"license": "MIT",
"author": {
Expand All @@ -14,7 +14,7 @@
"homepage": "https://github.com/telemark/birthdate-from-id",
"main": "service.js",
"engines": {
"node": ">=4.5.0"
"node": ">=4.6.2"
},
"scripts": {
"test": "standard && nsp check && tap --reporter=spec test/*.js",
Expand Down

0 comments on commit eff8853

Please sign in to comment.