Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavochavarria committed Sep 22, 2019
1 parent f31643f commit 1aa8e3c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export const dnic = (dni) => {
//check entries


};
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "dnic",
"version": "1.0.0",
"description": "DNI validator",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nerdify/DNic-js.git"
},
"keywords": [
"dni",
"nicaraguan",
"nica",
"validator"
],
"author": "Gustavo Chavarria",
"license": "ISC",
"bugs": {
"url": "https://github.com/nerdify/DNic-js/issues"
},
"homepage": "https://github.com/nerdify/DNic-js#readme"
}

0 comments on commit 1aa8e3c

Please sign in to comment.