Skip to content

Commit

Permalink
bump version & node >=4
Browse files Browse the repository at this point in the history
  • Loading branch information
jlobos committed Nov 18, 2016
1 parent c5853e8 commit 2cb17e4
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": "rut.js",
"version": "0.0.2",
"version": "0.1.0",
"description": "Sencilla y pequeña libreria para validar y dar formato al RUT",
"license": "MIT",
"repository": "jlobos/rut.js",
Expand All @@ -10,7 +10,7 @@
"test": "standard && ava"
},
"engines": {
"node": ">=6"
"node": ">=4"
},
"files": [
"index.js"
Expand Down

0 comments on commit 2cb17e4

Please sign in to comment.